From 95227897c2c605fb0f99f03f255edce326f22fbd Mon Sep 17 00:00:00 2001 From: yew1eb Date: Tue, 6 Jan 2026 17:24:33 +0800 Subject: [PATCH 1/3] [AURON #1841] fix(ci): adapt labeler.yml to action/labeler v6 --- .github/labeler.yml | 120 +++++++++++++++++++++++++++++++------------- 1 file changed, 86 insertions(+), 34 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ae67e6372..58f2675bc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,69 +16,121 @@ # infra: - - ".github/**" - - ".asf.yaml" - - ".rat-excludes" - - ".gitattributes" - - ".gitignore" - - ".gitmodules" + - changed-files: + - any-glob-to-any-file: [ + ".github/**/*", + ".asf.yaml", + ".rat-excludes", + ".gitattributes", + ".gitignore", + ".gitmodules" + ] build: - - "build/**" - - "**/*pom.xml" - - "Cargo.toml" - - "Cargo.lock" - - "auron-build.sh" - - "rust-toolchain.toml" - - "rustfmt.toml" - - "scalafix.conf" - - "scalafmt.conf" + - changed-files: + - any-glob-to-any-file: [ + "build/**", + "**/*pom.xml", + "Cargo.toml", + "Cargo.lock", + "auron-build.sh", + "rust-toolchain.toml", + "rustfmt.toml", + "scalafix.conf", + "scalafmt.conf" + ] documentation: - - "**/*.md" - - "LICENSE" + - changed-files: + - any-glob-to-any-file: [ + "**/*.md", + "LICENSE" + ] core: - - "auron-core/**" + - changed-files: + - any-glob-to-any-file: [ + "auron-core/**" + ] common: - - "common/**" + - changed-files: + - any-glob-to-any-file: [ + "common/**" + ] native: - - "native-engine/**" + - changed-files: + - any-glob-to-any-file: [ + "native-engine/**" + ] hadoop: - - "hadoop-shim/**" + - changed-files: + - any-glob-to-any-file: [ + "hadoop-shim/**" + ] spark: - - "spark-extension/**" - - "spark-extension-shims-spark/**" - - "spark-version-annotation-macros/**" + - changed-files: + - any-glob-to-any-file: [ + "spark-extension/**", + "spark-extension-shims-spark/**", + "spark-version-annotation-macros/**" + ] spark-ui: - - "auron-spark-ui/**" + - changed-files: + - any-glob-to-any-file: [ + "auron-spark-ui/**" + ] spark-tests: - - "auron-spark-tests/**" + - changed-files: + - any-glob-to-any-file: [ + "auron-spark-tests/**" + ] flink: - - "auron-flink-extension/**" + - changed-files: + - any-glob-to-any-file: [ + "auron-flink-extension/**" + ] thirdparty-celeborn: - - "thirdparty/auron-celeborn-*/**" + - changed-files: + - any-glob-to-any-file: [ + "thirdparty/auron-celeborn-*/**" + ] thirdparty-uniffle: - - "thirdparty/auron-uniffle/**" + - changed-files: + - any-glob-to-any-file: [ + "thirdparty/auron-uniffle/**" + ] thirdparty-paimon: - - "thirdparty/auron-paimon/**" + - changed-files: + - any-glob-to-any-file: [ + "thirdparty/auron-paimon/**" + ] thirdparty-iceberg: - - "thirdparty/auron-iceberg/**" + - changed-files: + - any-glob-to-any-file: [ + "thirdparty/auron-iceberg/**" + ] dev-tools: - - "dev/**" - - ".idea/**" + - changed-files: + - any-glob-to-any-file: [ + "dev/**", + ".idea/**" + ] benchmark: - - "benchmark-results/**" + - changed-files: + - any-glob-to-any-file: [ + "benchmark-results/**" + ] + From 21f1784f9b616fa3c7b7fea81e3d7206f30fcccf Mon Sep 17 00:00:00 2001 From: yew1eb Date: Tue, 6 Jan 2026 18:02:22 +0800 Subject: [PATCH 2/3] up --- .github/labeler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 58f2675bc..df698cf21 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -133,4 +133,3 @@ benchmark: - any-glob-to-any-file: [ "benchmark-results/**" ] - From 8b570ceb2133d2e8e7db9e2811ecdb48c9423d89 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 7 Jan 2026 14:12:06 +0800 Subject: [PATCH 3/3] Update .github/labeler.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index df698cf21..5413d74b2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,7 +18,7 @@ infra: - changed-files: - any-glob-to-any-file: [ - ".github/**/*", + ".github/**", ".asf.yaml", ".rat-excludes", ".gitattributes",