webexmemebot/.gitea/workflows/pr-title-semantic.yml

21 lines
434 B
YAML
Raw Normal View History

name: "Enforce Conventional Commit PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- labeled
- unlabeled
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.1.0
with:
2025-01-02 23:32:24 +01:00
commit-message: ${{ gitea.event.pull_request.title }}