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 ea5a635 commit 3fb17bfCopy full SHA for 3fb17bf
.github/workflows/title-validation.yml
@@ -1,5 +1,5 @@
1
# See https://github.com/amannn/action-semantic-pull-request
2
-name: 'PR Title is Conventional'
+name: "PR Title is Conventional"
3
4
on:
5
pull_request:
@@ -33,6 +33,3 @@ jobs:
33
revert
34
style
35
test
36
- subjectPattern: ^[A-Z].+$
37
- subjectPatternError: |
38
- The subject of the PR must begin with an uppercase letter.
0 commit comments