Skip to content

Commit

Permalink
ci(github): allow [] on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Dec 10, 2024
1 parent 970a8ba commit ed0a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pr-title-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
feat
fix
requireScope: false
subjectPattern: ^(?![A-Z]).+$
subjectPattern: ^(?:\[.*?\]\s+)?.+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
Expand Down

0 comments on commit ed0a03f

Please sign in to comment.