Skip to content

Commit d045dea

Browse files
authored
Merge pull request #13 from coze-dev/fix/semantic_pr_check
fix(ci): wrong headerPattern
2 parents ae6f57e + 8e62e61 commit d045dea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semantic-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
database
5959
foundation
6060
comment
61+
ci
6162
6263
# The pull request's title should be fulfilled the following pattern:
6364
#
@@ -66,5 +67,5 @@ jobs:
6667
# ... where valid types and scopes can be found above; for example:
6768
#
6869
# [fix][test] flaky test V1_ProxyAuthenticationTest.anonymousSocketTest
69-
headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
70+
# headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(?:\s*)(.*)$'
7071
headerPatternCorrespondence: type, scope, subject

0 commit comments

Comments
 (0)