Skip to content

Commit fbb2d97

Browse files
committed
[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 8c7176e [ulysses-you] ordering 3a0556a [ulysses-you] refine github label Authored-by: ulysses-you <ulyssesyou18@gmail.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
1 parent ed82770 commit fbb2d97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/labeler.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
- "kyuubi-hive-jdbc-shaded/**/*"
6767

6868
"module:flink":
69-
- "kyuubi-flink-it/**/*"
70-
- "externals/kyuubi-flink-sql-engine/**/*"
69+
- "externals/kyuubi-flink-sql-engine/**/*"
70+
- "integration-tests/kyuubi-flink-it/**/*"
7171

7272
"module:ha":
7373
- "kyuubi-ha/**/*"
@@ -104,7 +104,9 @@
104104
"module:spark":
105105
- "externals/kyuubi-spark-sql-engine/**/*"
106106
- "extensions/spark/kyuubi-extension-spark*/**/*"
107+
- "extensions/spark/kyuubi-spark-authz/**/*"
108+
- "integration-tests/kyuubi-kubernetes-it/**/*"
107109
- "tools/spark-block-cleaner/**/*"
108110

109-
"module:plugin":
110-
- "extension/kyuubi-server/kyuubi-server-plugin/**/*"
111+
"module:extensions":
112+
- "extension/**/*"

0 commit comments

Comments
 (0)