We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29df383 commit e5fcb69Copy full SHA for e5fcb69
.github/workflows/pr_title.yml
@@ -28,9 +28,6 @@ jobs:
28
test
29
# Configure that a scope must always be provided.
30
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].+$
34
# If `subjectPattern` is configured, you can use this property to override
35
# the default error message that is shown when the pattern doesn't match.
36
# The variables `subject` and `title` can be used within the message.
0 commit comments