Skip to content

Commit

Permalink
Update pr-title.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeiminds committed Aug 29, 2023
1 parent bfc38b5 commit cc5eadb
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 @@ -30,7 +30,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 cc5eadb

Please sign in to comment.