Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 23, 2024
1 parent 316f467 commit f540852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
ir # old IR updates
venom
requireScope: true
subjectPattern: '^(?[a-z]).+$'
subjectPattern: '^(?![A-Z]).+$'
subjectPatternError: |
"Starts with non-lowercase letter: `{subject}`"
"Starts with uppercase letter: `{subject}`"
headerPattern: '^(\w*)(?:\[([\w$.\-*/ ]*)\])?: (.*)$'
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true

0 comments on commit f540852

Please sign in to comment.