This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch tisonkun-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 934bfa4b5fc3301f5867a1af04cac4404fdc6f40 Author: tison <[email protected]> AuthorDate: Fri Nov 25 19:48:08 2022 +0800 [fix][ci] Regex syntax Signed-off-by: tison <[email protected]> --- .github/workflows/ci-semantic-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-semantic-pull-request.yml b/.github/workflows/ci-semantic-pull-request.yml index 8fb45c54b02..28246eb2b81 100644 --- a/.github/workflows/ci-semantic-pull-request.yml +++ b/.github/workflows/ci-semantic-pull-request.yml @@ -92,5 +92,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
