Skip to content

Commit 72ab0dc

Browse files
committed
Update .github/workflows/pr-title.yml
1 parent fa3081f commit 72ab0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
requireScope: false
3131
# Configure additional validation for the subject based on a regex.
3232
# This example ensures the subject starts with an uppercase character.
33-
subjectPattern: ^[A-Z].+$
33+
subjectPattern: ^[a-z].+$
3434
# If `subjectPattern` is configured, you can use this property to override
3535
# the default error message that is shown when the pattern doesn't match.
3636
# The variables `subject` and `title` can be used within the message.

0 commit comments

Comments
 (0)