Skip to content

Commit 882e312

Browse files
authored
fix: make check on PR titles more lenient (#854)
1 parent 737b0d7 commit 882e312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
ipa
3131
prod
3232
requireScope: false
33-
subjectPattern: "^[A-Z].+[^.]$"
33+
subjectPattern: "^[A-Za-z].+[^.]$"
3434
subjectPatternError: |
3535
The subject "{subject}" found in the pull request title "{title}"
3636
didn't match the configured pattern. Please ensure that the subject
37-
starts with an uppercase letter and doesn't end with a period.
37+
starts with a letter and doesn't end with a period.
3838
validateSingleCommit: false

0 commit comments

Comments
 (0)