We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6f57e + 8e62e61 commit d045deaCopy full SHA for d045dea
.github/workflows/semantic-pull-request.yaml
@@ -58,6 +58,7 @@ jobs:
58
database
59
foundation
60
comment
61
+ ci
62
63
# The pull request's title should be fulfilled the following pattern:
64
#
@@ -66,5 +67,5 @@ jobs:
66
67
# ... where valid types and scopes can be found above; for example:
68
69
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
- headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
70
+ # headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
71
headerPatternCorrespondence: type, scope, subject
0 commit comments