luketainton.github.io/.gitea/workflows/conventional_commit.yml
Luke Tainton 265390b3ea
All checks were successful
Validate PR Title / validate (pull_request) Successful in 3s
Gitea Actions
2025-04-10 14:57:15 +01:00

17 lines
343 B
YAML

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