roboluke/.gitea/workflows/conventional_commit.yml
Luke Tainton 1766ad712a
All checks were successful
Build Docker / Create Docker Image (release) Successful in 5m18s
Snyk / security (push) Successful in 4m23s
feat(ci): fix CI, switch to SonarQube self-hosted (#337)
Reviewed-on: repos/roboluke-tasks#337
2025-02-09 21:29:47 +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 }}