We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65dc88d commit 2438cb6Copy full SHA for 2438cb6
1 file changed
.github/workflows/pr-title.yaml
@@ -32,10 +32,6 @@ jobs:
32
build
33
revert
34
requireScope: false
35
- subjectPattern: ^[A-Z].+$
36
- subjectPatternError: |
37
- The subject "{subject}" found in the pull request title "{title}"
38
- didn't match the configured pattern. Please ensure that the subject
39
- starts with an uppercase character.
+ subjectPattern: ^.+$
40
wip: true
41
validateSingleCommit: false
0 commit comments