pypilot/.gitea/workflows/conventional-commit.yml
Luke Tainton 0cf120130c
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 32s
CI / ci (pull_request) Failing after 1m41s
feat(ci): fix CI, switch to self-hosted SonarQube
2025-02-09 20:52:26 +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.4
with:
commit-message: ${{ gitea.event.pull_request.title }}