Skip to content

feat: ๐ŸŽธ docs for draco phase #133

feat: ๐ŸŽธ docs for draco phase

feat: ๐ŸŽธ docs for draco phase #133

name: PR title verification
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: hansl/conventional-pr-title-action@v2.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 }}