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

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


The following commit(s) were added to refs/heads/master by this push:
     new 24b2317d569 [github](action) fix scope labeler (#38583)
24b2317d569 is described below

commit 24b2317d569cf15ab0e544fa6e73d3922b4792f5
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Wed Jul 31 22:56:27 2024 +0800

    [github](action) fix scope labeler (#38583)
    
    Introduce by #37886
    fix according to
    https://github.com/actions/labeler?tab=readme-ov-file#basic-examples
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
---
 .github/workflows/labeler/scope-label-conf.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/labeler/scope-label-conf.yml 
b/.github/workflows/labeler/scope-label-conf.yml
index 47f6e1c4ab4..2afd31bc1ef 100644
--- a/.github/workflows/labeler/scope-label-conf.yml
+++ b/.github/workflows/labeler/scope-label-conf.yml
@@ -25,4 +25,4 @@ meta-change:
   - gensrc/proto/*
 
 doing:
-  - *
+  - '**'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to