Skip to content

feat: add support for proof of absence in certificate lookups #2930

feat: add support for proof of absence in certificate lookups

feat: add support for proof of absence in certificate lookups #2930

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: dfinity/conventional-pr-title-action@v2.2.3
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}