This is an automated email from the ASF dual-hosted git repository.

philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 64ff62e5d2 [HOTFIX][GHA] Fix labeler.yml YAML indentation for 
actions/labeler v7 (#12763)
64ff62e5d2 is described below

commit 64ff62e5d2a9b9c06af33b5109ce37f0e2adb595
Author: jackylee <[email protected]>
AuthorDate: Thu Aug 13 14:21:18 2026 +0800

    [HOTFIX][GHA] Fix labeler.yml YAML indentation for actions/labeler v7 
(#12763)
---
 .github/labeler.yml | 102 ++++++++++++++++++++++++----------------------------
 1 file changed, 46 insertions(+), 56 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 186eeeb5ce..d6a959d881 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -16,86 +16,76 @@
 
 INFRA:
   - changed-files:
-    - any-glob-to-any-file: [
-      '.github/**/*',
-      '.asf.yaml',
-      '.gitattributes',
-      'LICENSE',
-      'LICENSE-binary',
-      'NOTICE',
-      'NOTICE-binary'
-    ]
+      - any-glob-to-any-file:
+          - '.github/**/*'
+          - '.asf.yaml'
+          - '.gitattributes'
+          - 'LICENSE'
+          - 'LICENSE-binary'
+          - 'NOTICE'
+          - 'NOTICE-binary'
 
 BUILD:
   - changed-files:
-    - any-glob-to-any-file: [
-      'dev/**/*',
-      'ep/build-velox/src/get-velox.sh',
-      'ep/build-velox/src/build-velox.sh',
-      'ep/build-clickhouse/src/build-clickhouse.sh'
-    ]
+      - any-glob-to-any-file:
+          - 'dev/**/*'
+          - 'ep/build-velox/src/get-velox.sh'
+          - 'ep/build-velox/src/build-velox.sh'
+          - 'ep/build-clickhouse/src/build-clickhouse.sh'
 
 DOCS:
   - changed-files:
-    - any-glob-to-any-file: [
-      'docs/**/*',
-      '**/README.md',
-      '**/CONTRIBUTING.md'
-    ]
+      - any-glob-to-any-file:
+          - 'docs/**/*'
+          - '**/README.md'
+          - '**/CONTRIBUTING.md'
 
 CORE:
   - changed-files:
-    - any-glob-to-any-file: [
-      'gluten-core/**/*',
-      'gluten-substrait/**/*',
-      'shims/**/*',
-      'gluten-ras/**/*',
-      'gluten-ui/**/*',
-      'gluten-ut/**/*',
-      'package/**/*',
-      'pom.xml'
-    ]
+      - any-glob-to-any-file:
+          - 'gluten-core/**/*'
+          - 'gluten-substrait/**/*'
+          - 'shims/**/*'
+          - 'gluten-ras/**/*'
+          - 'gluten-ui/**/*'
+          - 'gluten-ut/**/*'
+          - 'package/**/*'
+          - 'pom.xml'
 
 VELOX:
   - changed-files:
-    - any-glob-to-any-file: [
-      'gluten-arrow/**/*',
-      'backends-velox/**/*',
-      'ep/build-velox/**/*',
-      'cpp/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'gluten-arrow/**/*'
+          - 'backends-velox/**/*'
+          - 'ep/build-velox/**/*'
+          - 'cpp/**/*'
 
 CLICKHOUSE:
   - changed-files:
-    - any-glob-to-any-file: [
-      'backends-clickhouse/**/*',
-      'ep/build-clickhouse/**/*',
-      'cpp-ch/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'backends-clickhouse/**/*'
+          - 'ep/build-clickhouse/**/*'
+          - 'cpp-ch/**/*'
 
 DATA_LAKE:
   - changed-files:
-    - any-glob-to-any-file: [
-      'gluten-iceberg/**/*',
-      'gluten-delta/**/*',
-      'gluten-hudi/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'gluten-iceberg/**/*'
+          - 'gluten-delta/**/*'
+          - 'gluten-hudi/**/*'
 
 RSS:
   - changed-files:
-    - any-glob-to-any-file: [
-     'gluten-celeborn/**/*',
-     'gluten-uniffle/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'gluten-celeborn/**/*'
+          - 'gluten-uniffle/**/*'
 
 TOOLS:
   - changed-files:
-    - any-glob-to-any-file: [
-      'tools/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'tools/**/*'
 
 FLINK:
   - changed-files:
-    - any-glob-to-any-file: [
-      'gluten-flink/**/*'
-    ]
+      - any-glob-to-any-file:
+          - 'gluten-flink/**/*'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to