Conversation
PR SummaryLow Risk Overview The check restricts allowed types to Written by Cursor Bugbot for commit 2134ac9. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Pull request overview
Adds a dedicated GitHub Actions job to enforce Conventional Commits–style pull request titles, tightening title hygiene at the CI level alongside the existing conventional-commits check.
Changes:
- Introduces a new
semantic-pr-titlejob usingamannn/action-semantic-pull-request@v5. - Restricts allowed PR title types to
feat,fix, andchore, with scope not required. - Enforces a subject rule that disallows subjects starting with an uppercase character; allows WIP PRs and disables single-commit validation.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add amannn/action-semantic-pull-request to validate PR titles follow Conventional Commits with types restricted to feat, fix, and chore.
Summary
amannn/action-semantic-pull-request@v5as a new job in the PR workflowfeat,fix, andchoreTest plan
Update readme) — check should faildocs: update readme) — check should failfeat: add something) — check should pass