Merge pull request #13 from coze-dev/fix/semantic_pr_check

fix(ci): wrong headerPattern
This commit is contained in:
Ryo
2025-07-26 11:49:38 +08:00
committed by GitHub

View File

@ -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