Files
insultgen/.gitea/workflows/conventional_commit.yml
Luke Tainton 6948e62e18
All checks were successful
Snyk / security (push) Successful in 24s
Add CI/CD workflows and configuration files for GitLab and Gitea
2026-01-04 12:37:35 +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 }}