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:20:10 UTC

[kyuubi] branch master updated: [KYUUBI #4112] remove blank element line in labeler.yml

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 2a6b8ec64 [KYUUBI #4112] remove blank element line in labeler.yml
2a6b8ec64 is described below

commit 2a6b8ec649e768a98f641949713b3fbee5ed994d
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Fri Jan 6 23:20:00 2023 +0800

    [KYUUBI #4112] remove blank element line in labeler.yml
    
    ### _Why are the changes needed?_
    
    - remove blank element line in labeler.yml added in #4112
    
    ### _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 #4117 from bowenliang123/4112-followup.
    
    Closes #4112
    
    38d8eb6a [liangbowen] remove blank element line
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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