Skip to content

chore: remove unnecessary line #3122

chore: remove unnecessary line

chore: remove unnecessary line #3122

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: dfinity/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}