Files
pushover-action/.gitea/workflows/conventional_commit.yml
Luke Tainton f34c3b96e4
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
Rename workflow to validate PR title and update job configuration
2026-03-13 20:49:19 +00: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.3.0
with:
commit-message: ${{ gitea.event.pull_request.title }}