Skip to content

build(deps-dev): update psalm/plugin-phpunit requirement from ^0.16.1 || ^0.17.0 to ^0.16.1 || ^0.17.0 || ^0.19.0 #113

build(deps-dev): update psalm/plugin-phpunit requirement from ^0.16.1 || ^0.17.0 to ^0.16.1 || ^0.17.0 || ^0.19.0

build(deps-dev): update psalm/plugin-phpunit requirement from ^0.16.1 || ^0.17.0 to ^0.16.1 || ^0.17.0 || ^0.19.0 #113

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