Files
compute-blade-agent/.github/workflows/conventional-commits.yaml
Matthias Riegler f77352835c chore: add conventional PR title enforcer
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
2023-10-01 23:41:03 +02:00

20 lines
354 B
YAML

name: Enforce conventional pr title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}