Skip to content

Commit e5fcb69

Browse files
authored
chore: Remove uppercase validation
1 parent 29df383 commit e5fcb69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr_title.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
test
2929
# Configure that a scope must always be provided.
3030
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].+$
3431
# If `subjectPattern` is configured, you can use this property to override
3532
# the default error message that is shown when the pattern doesn't match.
3633
# The variables `subject` and `title` can be used within the message.

0 commit comments

Comments
 (0)