From fbb2d974ddccf1336fdd98aa2c53c8ddc6f50cb4 Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Mon, 11 Apr 2022 09:51:30 +0800 Subject: [PATCH] [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 Signed-off-by: ulysses-you --- .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/**/*"