Skip to content

feat: Add register handler to the Dfa class. #80

feat: Add register handler to the Dfa class.

feat: Add register handler to the Dfa class. #80

name: "pr-title-checks"
on:
pull_request_target:
types: ["edited", "opened", "reopened"]
branches: ["main"]
permissions: {}
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
# Cancel in-progress jobs for efficiency
cancel-in-progress: true
jobs:
conventional-commits:
permissions:
# For amannn/action-semantic-pull-request
pull-requests: "read"
runs-on: "ubuntu-latest"
steps:
- uses: "amannn/action-semantic-pull-request@v5"
env:
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}"