feat(ci): enforce conventional commit
Some checks failed
Release / Create Release (push) Has been cancelled
Release / Print Release (push) Has been cancelled

This commit is contained in:
Luke Tainton 2025-01-15 21:54:18 +00:00
parent 022e94a287
commit c402be911d
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -0,0 +1,14 @@
name: Conventional Commit
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
validate_pr_title:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/conventional-commit.yml@main
with:
commit_message: ${{ gitea.event.pull_request.title }}