Skip to content

build(deps): bump i18n-iso-countries from 7.11.3 to 7.12.0 #1543

build(deps): bump i18n-iso-countries from 7.11.3 to 7.12.0

build(deps): bump i18n-iso-countries from 7.11.3 to 7.12.0 #1543

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
target-url: https://www.conventionalcommits.org
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}