This is an automated email from the ASF dual-hosted git repository.
richox pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 9a35bb3a [AURON #1631] Updates the labeler workflow to cover the newly
added modules in the Auron project (#1632)
9a35bb3a is described below
commit 9a35bb3ad9cc8bd688eec0346d09430285555ce1
Author: Ruilei Ma <[email protected]>
AuthorDate: Tue Nov 18 16:36:48 2025 +0800
[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`
---
.github/labeler.yml | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index e74a0307..ae9f6e5b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -38,19 +38,28 @@ documentation:
- "**/*.md"
- "LICENSE"
+core:
+ - "auron-core/**"
+
common:
- "common/**"
+native:
+ - "native-engine/**"
+
+hadoop:
+ - "hadoop-shim/**"
+
spark:
- "spark-extension/**"
- "spark-extension-shims-spark/**"
- "spark-version-annotation-macros/**"
-native:
- - "native-engine/**"
+spark-ui:
+ - "auron-spark-ui/**"
-hadoop:
- - "hadoop-shim/**"
+flink:
+ - "auron-flink-extension/**"
thirdparty-celeborn:
- "thirdparty/auron-celeborn-*/**"
@@ -61,6 +70,9 @@ thirdparty-uniffle:
thirdparty-paimon:
- "thirdparty/auron-paimon/**"
+thirdparty-iceberg:
+ - "thirdparty/auron-iceberg/**"
+
dev-tools:
- "dev/**"
- ".idea/**"