Skip to content

Commit

Permalink
ci: check for semantic versioning PR titles
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Feb 21, 2025
1 parent 923183e commit 4b29771
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/conventional-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize

jobs:
title-format:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true

0 comments on commit 4b29771

Please sign in to comment.