Skip to content

Commit a486ebb

Browse files
richardthe3rdclaude
andcommitted
ci: enforce conventional commits on PR titles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4c99b7e commit a486ebb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ concurrency:
1818
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1919

2020
jobs:
21+
lint-pr:
22+
if: github.event_name == 'pull_request'
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: amannn/action-semantic-pull-request@v5
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
2129
# Detect which files have changed
2230
changes:
2331
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)