build(deps-dev): bump the dev-ci group with 2 updates #856
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check PR title | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - labeled | |
| - unlabeled | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: aslafy-z/conventional-pr-title-action@v3.2.0 | |
| 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 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |