Skip to content

Commit 9a35bb3

Browse files
authored
[AURON #1631] Updates the labeler workflow to cover the newly added modules in the Auron project (#1632)
* [AURON #1631] Updates the labeler workflow to cover the newly added modules in the Auron project * Add `auron-iceberg`
1 parent 3ef1261 commit 9a35bb3

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/labeler.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,28 @@ documentation:
3838
- "**/*.md"
3939
- "LICENSE"
4040

41+
core:
42+
- "auron-core/**"
43+
4144
common:
4245
- "common/**"
4346

47+
native:
48+
- "native-engine/**"
49+
50+
hadoop:
51+
- "hadoop-shim/**"
52+
4453
spark:
4554
- "spark-extension/**"
4655
- "spark-extension-shims-spark/**"
4756
- "spark-version-annotation-macros/**"
4857

49-
native:
50-
- "native-engine/**"
58+
spark-ui:
59+
- "auron-spark-ui/**"
5160

52-
hadoop:
53-
- "hadoop-shim/**"
61+
flink:
62+
- "auron-flink-extension/**"
5463

5564
thirdparty-celeborn:
5665
- "thirdparty/auron-celeborn-*/**"
@@ -61,6 +70,9 @@ thirdparty-uniffle:
6170
thirdparty-paimon:
6271
- "thirdparty/auron-paimon/**"
6372

73+
thirdparty-iceberg:
74+
- "thirdparty/auron-iceberg/**"
75+
6476
dev-tools:
6577
- "dev/**"
6678
- ".idea/**"

0 commit comments

Comments
 (0)