Skip to content

Commit 6327737

Browse files
authored
feat(ci): add semantic PR title check workflow (#59)
Calls the reusable semantic PR check workflow from the org `.github` repo. Validates PR titles against the conventional commits spec with types and scopes defined centrally in `reqstool/.github`. Depends on: reqstool/.github#2 being merged first. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 392169b commit 6327737

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Semantic PR
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize, reopened]
5+
pull_request_target:
6+
types: [opened, edited, synchronize, reopened]
7+
8+
jobs:
9+
check:
10+
uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main

0 commit comments

Comments
 (0)