fix(ci): wrong headerPattern
This commit is contained in:
3
.github/workflows/semantic-pull-request.yaml
vendored
3
.github/workflows/semantic-pull-request.yaml
vendored
@@ -58,6 +58,7 @@ jobs:
|
|||||||
database
|
database
|
||||||
foundation
|
foundation
|
||||||
comment
|
comment
|
||||||
|
ci
|
||||||
|
|
||||||
# The pull request's title should be fulfilled the following pattern:
|
# The pull request's title should be fulfilled the following pattern:
|
||||||
#
|
#
|
||||||
@@ -66,5 +67,5 @@ jobs:
|
|||||||
# ... where valid types and scopes can be found above; for example:
|
# ... where valid types and scopes can be found above; for example:
|
||||||
#
|
#
|
||||||
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
|
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
|
||||||
headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
|
# headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
|
||||||
headerPatternCorrespondence: type, scope, subject
|
headerPatternCorrespondence: type, scope, subject
|
||||||
|
|||||||
Reference in New Issue
Block a user