fix(ci): update conventional-commit, move to separate file
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Failing after 28s

This commit is contained in:
Luke Tainton 2025-01-16 23:18:59 +00:00
parent 9aa5474043
commit a3941ee9eb
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo
2 changed files with 17 additions and 8 deletions

View File

@ -8,14 +8,6 @@ on:
- 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.2
with:
commit-message: ${{ gitea.event.pull_request.title }}
ci:
runs-on: ubuntu-latest
steps:

View File

@ -0,0 +1,17 @@
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 }}