This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 057cf8b7fe2 [fix][ci] Regex syntax (#18634)
057cf8b7fe2 is described below

commit 057cf8b7fe2d66140060cdb534aba9c77278d4a8
Author: tison <[email protected]>
AuthorDate: Mon Nov 28 11:33:36 2022 +0800

    [fix][ci] Regex syntax (#18634)
    
    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

Reply via email to