We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737b0d7 commit 882e312Copy full SHA for 882e312
.github/workflows/semantic-commit.yml
@@ -30,9 +30,9 @@ jobs:
30
ipa
31
prod
32
requireScope: false
33
- subjectPattern: "^[A-Z].+[^.]$"
+ subjectPattern: "^[A-Za-z].+[^.]$"
34
subjectPatternError: |
35
The subject "{subject}" found in the pull request title "{title}"
36
didn't match the configured pattern. Please ensure that the subject
37
- starts with an uppercase letter and doesn't end with a period.
+ starts with a letter and doesn't end with a period.
38
validateSingleCommit: false
0 commit comments