Skip to content

Commit

Permalink
chore: pass the pr title with lower title
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeiminds committed Aug 31, 2023
1 parent 6539919 commit a33a4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
requireScope: false
# Configure additional validation for the subject based on a regex.
# This example ensures the subject starts with an uppercase character.
subjectPattern: ^[A-Z].+$
subjectPattern: ^[A-Za-z].+$
# If `subjectPattern` is configured, you can use this property to override
# the default error message that is shown when the pattern doesn't match.
# The variables `subject` and `title` can be used within the message.
Expand Down

0 comments on commit a33a4b3

Please sign in to comment.