Skip to content

Commit

Permalink
chore(ci): Use lowercase for convential commits check (#9492)
Browse files Browse the repository at this point in the history
### Description

The team wanted to go lowercase, so we go lowercase.
  • Loading branch information
anthonyshew authored Nov 21, 2024
1 parent 2895ae2 commit d8dd78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
requireScope: false
# Configure additional validation for the subject based on a regex.
# Ensures that the subject doesn't start with an uppercase character.
subjectPattern: ^[A-Z].*$
subjectPattern: ^[^A-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 d8dd78a

Please sign in to comment.