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

fix(ci): wrong headerPattern
main
Ryo 3 months ago committed by GitHub
commit d045dea008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/semantic-pull-request.yaml

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

Loading…
Cancel
Save