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 e37499c commit 331b7f2Copy full SHA for 331b7f2
.github/workflows/lint-pr.yml renamed to .github/workflows/pr-lint.yml
@@ -1,4 +1,4 @@
1
-name: "Lint PR"
+name: "PR Lint"
2
3
on:
4
pull_request_target:
@@ -22,7 +22,7 @@ jobs:
22
wip: true
23
# Configure additional validation for the subject based on a regex.
24
# This example ensures the subject doesn't start with an uppercase character.
25
- subjectPattern: ^\[\d{19}\].*
+ subjectPattern: ^\[\d{9}\].*
26
# If `subjectPattern` is configured, you can use this property to override
27
# the default error message that is shown when the pattern doesn't match.
28
# The variables `subject` and `title` can be used within the message.
0 commit comments