Merge pull request #13 from coze-dev/fix/semantic_pr_check
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
|
||||
foundation
|
||||
comment
|
||||
ci
|
||||
|
||||
# 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:
|
||||
#
|
||||
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
|
||||
headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
|
||||
# headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
|
||||
headerPatternCorrespondence: type, scope, subject
|
||||
|
||||
Reference in New Issue
Block a user