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 55d7debae47 [improve][ci] Allow [fix][broker][branch-2.8] alike patten 
(#18504)
55d7debae47 is described below

commit 55d7debae47d1230a70968e3ba48ce1bcfacb0db
Author: tison <[email protected]>
AuthorDate: Thu Nov 17 08:35:01 2022 +0800

    [improve][ci] Allow [fix][broker][branch-2.8] alike patten (#18504)
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/ci-semantic-pull-request.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-semantic-pull-request.yml 
b/.github/workflows/ci-semantic-pull-request.yml
index bbfa7ba3668..8fb45c54b02 100644
--- a/.github/workflows/ci-semantic-pull-request.yml
+++ b/.github/workflows/ci-semantic-pull-request.yml
@@ -61,8 +61,8 @@ jobs:
           # bk      -> bookkeeper
           scopes: |
             admin
+            bk
             broker
-            ml
             build
             ci
             cli
@@ -72,6 +72,7 @@ jobs:
             io
             meta
             misc
+            ml
             monitor
             offload
             proxy
@@ -84,13 +85,12 @@ jobs:
             txn
             ws
             zk
-            bk
-          # The pull request's title should be fulfill the following pattern:
+          # The pull request's title should be fulfilled the following pattern:
           #
           #     [<type>][<optional scope>] <description>
           #
           # ... where valid types and scopes can be found above; for example:
           #
           #     [fix][test] flaky test 
V1_ProxyAuthenticationTest.anonymousSocketTest
-          headerPattern: '^\[(\w*)\](?:\[(.*)\])? (.*)$'
+          headerPattern: '^\[(\w*?)\](?:\[(.*?)\])?(:?\s*)(.*)$'
           headerPatternCorrespondence: type, scope, subject

Reply via email to