You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/04/11 01:51:42 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2311] Refine github label

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

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new fbb2d974d [KYUUBI #2311] Refine github label
fbb2d974d is described below

commit fbb2d974ddccf1336fdd98aa2c53c8ddc6f50cb4
Author: ulysses-you <ul...@gmail.com>
AuthorDate: Mon Apr 11 09:51:30 2022 +0800

    [KYUUBI #2311] Refine github label
    
    ### _Why are the changes needed?_
    
    Make the mapping correct
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #2311 from ulysses-you/sync-label.
    
    Closes #2311
    
    8c7176e0 [ulysses-you] ordering
    3a0556a4 [ulysses-you] refine github label
    
    Authored-by: ulysses-you <ul...@gmail.com>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 .github/labeler.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 9471b7311..1edf1e187 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -66,8 +66,8 @@
   - "kyuubi-hive-jdbc-shaded/**/*"
 
 "module:flink":
-  - "kyuubi-flink-it/**/*"
-  - "externals/kyuubi-flink-sql-engine/**/*" 
+  - "externals/kyuubi-flink-sql-engine/**/*"
+  - "integration-tests/kyuubi-flink-it/**/*"
 
 "module:ha":
   - "kyuubi-ha/**/*"
@@ -104,7 +104,9 @@
 "module:spark":
   - "externals/kyuubi-spark-sql-engine/**/*" 
   - "extensions/spark/kyuubi-extension-spark*/**/*"
+  - "extensions/spark/kyuubi-spark-authz/**/*"
+  - "integration-tests/kyuubi-kubernetes-it/**/*"
   - "tools/spark-block-cleaner/**/*"
 
-"module:plugin":
-  - "extension/kyuubi-server/kyuubi-server-plugin/**/*"
+"module:extensions":
+  - "extension/**/*"