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

kxiao 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 fe7b674c575 [chore](label) add a doing label for every pr (#37886)
fe7b674c575 is described below

commit fe7b674c575f4638d6c85084e8424a5ad73d96be
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Sun Jul 28 20:20:45 2024 +0800

    [chore](label) add a doing label for every pr (#37886)
    
    Add a `doing` label for every pr to indicate that it is going on and
    more work need to be done, eg. pick it to other branches.
    It can be used to filter the prs that need to be picked to other
    branches. After all done, the `doing` label can be removed manually.
---
 .github/workflows/labeler/scope-label-conf.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/labeler/scope-label-conf.yml 
b/.github/workflows/labeler/scope-label-conf.yml
index 5a88d046a63..47f6e1c4ab4 100644
--- a/.github/workflows/labeler/scope-label-conf.yml
+++ b/.github/workflows/labeler/scope-label-conf.yml
@@ -23,3 +23,6 @@ meta-change:
   - fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java
   - gensrc/thrift/*
   - 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