Files
slsa-verifier/.github/workflows/pr-title.yml
asraa 128324f488 ci: add pr workflow to check pr title format (#372)
* ci: add pr workflow to check pr title format

Signed-off-by: Asra Ali <asraa@google.com>
2022-11-30 21:35:33 +00:00

15 lines
367 B
YAML

name: PR Title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@e914bff8ab5e6f1a6a270da6954cd6bfd1d7f1fb # v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: ".github/pr-title-checker-config.json"