You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/06 15:07:27 UTC

[kyuubi] branch master updated: [KYUUBI #4112] [Workflow] Add `module:authz` label for changes in Authz module in labeler workflow

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 781925671 [KYUUBI #4112] [Workflow] Add `module:authz` label for changes in Authz module in labeler workflow
781925671 is described below

commit 781925671a07d930a0395cc8fafcc8402f229f85
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Fri Jan 6 23:07:17 2023 +0800

    [KYUUBI #4112] [Workflow] Add `module:authz` label for changes in Authz module in labeler workflow
    
    ### _Why are the changes needed?_
    
    - label changes in Authz plugin with `module:authz` label in Github labeler workflow
    
    ### _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 #4112 from bowenliang123/labler-authz.
    
    Closes #4112
    
    3a3e39aa [liangbowen] add `module:authz` label
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index e98b9d6ea..3203963ab 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -119,3 +119,6 @@
 
 "module:integration-tests":
   - "integration-tests/**/*"
+  -
+"module:authz":
+  - "extensions/spark/kyuubi-spark-authz/**/*"