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 fa3081f commit 72ab0dcCopy full SHA for 72ab0dc
.github/workflows/pr-title.yml
@@ -30,7 +30,7 @@ jobs:
30
requireScope: false
31
# Configure additional validation for the subject based on a regex.
32
# This example ensures the subject starts with an uppercase character.
33
- subjectPattern: ^[A-Z].+$
+ subjectPattern: ^[a-z].+$
34
# If `subjectPattern` is configured, you can use this property to override
35
# the default error message that is shown when the pattern doesn't match.
36
# The variables `subject` and `title` can be used within the message.
0 commit comments