Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
and-mora committed Nov 14, 2024
1 parent 5be130e commit c3c0624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
feat
breaking
requireScope: false
subjectPattern: ^[A-Z].+$
subjectPattern: '\[SRTP(-[0-9]{2,4})?\] .+'
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
doesn't match the configured pattern. Please ensure that the subject
Expand Down

0 comments on commit c3c0624

Please sign in to comment.