pypilot/.gitea/workflows/conventional-commit.yml
Luke Tainton a3941ee9eb
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Failing after 28s
fix(ci): update conventional-commit, move to separate file
2025-01-16 23:18:59 +00:00

18 lines
382 B
YAML

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