Skip to content

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 1 to 2 in /.github/workflows #4

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 1 to 2 in /.github/workflows

chore(deps): bump editorconfig-checker/action-editorconfig-checker from 1 to 2 in /.github/workflows #4

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@master
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: Check PR title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}