Skip to content

Update and rename transfering-setup-ownership.md to transferring-setu… #327

Update and rename transfering-setup-ownership.md to transferring-setu…

Update and rename transfering-setup-ownership.md to transferring-setu… #327

name: PR title verification
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: hansl/[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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}