Skip to content

Commit

Permalink
chore: conventinal commits use lowercase in examples (#36)
Browse files Browse the repository at this point in the history
Make checks compatible with
conventionalcommits.org/en/v1.0.0
  • Loading branch information
MaxymVlasov authored Jan 19, 2023
1 parent bf78cb8 commit d2ddb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-title-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
chore
# Configure that a scope must always be provided.
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].+$
# # Configure additional validation for the subject based on a regex.
# # This example ensures the subject starts with an uppercase character.
# 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 d2ddb92

Please sign in to comment.