Skip to content

Commit

Permalink
ci(lintpr): add validation for scope & subject (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Jul 6, 2023
1 parent 9056f9b commit 510aa3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lintpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disallowScopes: |
[A-Z]+
subjectPattern: ^(?![A-Z]).+$

0 comments on commit 510aa3c

Please sign in to comment.