webexmemebot/.gitea/workflows/pr-title-semantic.yml
Luke Tainton a640d21b53
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request) Failing after 11s
fix(ci): correct name of action
2025-01-02 22:37:38 +00:00

21 lines
434 B
YAML

name: "Enforce Conventional Commit PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- labeled
- unlabeled
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.0.0
with:
commit-message: ${{ gitea.event.pull_request.title }}