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

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new ced52f50b7 [Chore] Fix auto labeler error (#18375)
ced52f50b7 is described below

commit ced52f50b7576e85fc5bb76142fe927db09c5e87
Author: xiangzihao <[email protected]>
AuthorDate: Tue Jun 23 14:43:14 2026 +0800

    [Chore] Fix auto labeler error (#18375)
---
 .github/actions/labeler/labeler.yml | 88 +++++++++++++++++++++----------------
 1 file changed, 50 insertions(+), 38 deletions(-)

diff --git a/.github/actions/labeler/labeler.yml 
b/.github/actions/labeler/labeler.yml
index de0f8319bf..627f5618df 100644
--- a/.github/actions/labeler/labeler.yml
+++ b/.github/actions/labeler/labeler.yml
@@ -16,55 +16,67 @@
 #
 
 backend:
-  - 'dolphinscheduler-alert/**/*'
-  - 'dolphinscheduler-api/**/*'
-  - 'dolphinscheduler-authentication/**/*'
-  - 'dolphinscheduler-bom/**/*'
-  - 'dolphinscheduler-common/**/*'
-  - 'dolphinscheduler-dao/**/*'
-  - 'dolphinscheduler-dao-plugin/**/*'
-  - 'dolphinscheduler-datasource-plugin/**/*'
-  - 'dolphinscheduler-dist/**/*'
-  - 'dolphinscheduler-extract/**/*'
-  - 'dolphinscheduler-master/**/*'
-  - 'dolphinscheduler-meter/**/*'
-  - 'dolphinscheduler-microbench/**/*'
-  - 'dolphinscheduler-registry/**/*'
-  - 'dolphinscheduler-scheduler-plugin/**/*'
-  - 'dolphinscheduler-service/**/*'
-  - 'dolphinscheduler-spi/**/*'
-  - 'dolphinscheduler-standalone-server/**/*'
-  - 'dolphinscheduler-storage-plugin/**/*'
-  - 'dolphinscheduler-task-plugin/**/*'
-  - 'dolphinscheduler-tools/**/*'
-  - 'dolphinscheduler-worker/**/*'
-  - 'dolphinscheduler-yarn-aop/**/*'
-  - 'script/**/*'
-  - '.github/workflows/backend.yml'
+  - changed-files:
+      - any-glob-to-any-file:
+          - 'dolphinscheduler-alert/**/*'
+          - 'dolphinscheduler-api/**/*'
+          - 'dolphinscheduler-authentication/**/*'
+          - 'dolphinscheduler-bom/**/*'
+          - 'dolphinscheduler-common/**/*'
+          - 'dolphinscheduler-dao/**/*'
+          - 'dolphinscheduler-dao-plugin/**/*'
+          - 'dolphinscheduler-datasource-plugin/**/*'
+          - 'dolphinscheduler-dist/**/*'
+          - 'dolphinscheduler-extract/**/*'
+          - 'dolphinscheduler-master/**/*'
+          - 'dolphinscheduler-meter/**/*'
+          - 'dolphinscheduler-microbench/**/*'
+          - 'dolphinscheduler-registry/**/*'
+          - 'dolphinscheduler-scheduler-plugin/**/*'
+          - 'dolphinscheduler-service/**/*'
+          - 'dolphinscheduler-spi/**/*'
+          - 'dolphinscheduler-standalone-server/**/*'
+          - 'dolphinscheduler-storage-plugin/**/*'
+          - 'dolphinscheduler-task-plugin/**/*'
+          - 'dolphinscheduler-tools/**/*'
+          - 'dolphinscheduler-worker/**/*'
+          - 'dolphinscheduler-yarn-aop/**/*'
+          - 'script/**/*'
+          - '.github/workflows/backend.yml'
 
 document:
-  - 'docs/**/*'
-  - '**/*.md'
+  - changed-files:
+      - any-glob-to-any-file:
+          - 'docs/**/*'
+          - '**/*.md'
 
 CI&CD:
-  - any: ['.github/**/*']
+  - changed-files:
+      - any-glob-to-any-file: '.github/**/*'
 
 docker:
-  - any: ['deploy/docker/**/*']
+  - changed-files:
+      - any-glob-to-any-file: 'deploy/docker/**/*'
 
 UI:
-  - any: ['dolphinscheduler-ui/**/*']
-  - any: ['.github/workflows/frontend.yml']
+  - changed-files:
+      - any-glob-to-any-file:
+          - 'dolphinscheduler-ui/**/*'
+          - '.github/workflows/frontend.yml'
 
 e2e:
-  - any: ['dolphinscheduler-e2e/**/*']
-  - any: ['dolphinscheduler-api-test/**/*']
-  - any: ['.github/workflows/e2e.yml']
-  - any: ['.github/workflows/api-test.yml']
-  - any: ['.github/workflows/e2e-k8s.yml']
+  - changed-files:
+      - any-glob-to-any-file:
+          - 'dolphinscheduler-e2e/**/*'
+          - 'dolphinscheduler-api-test/**/*'
+          - '.github/workflows/e2e.yml'
+          - '.github/workflows/api-test.yml'
+          - '.github/workflows/e2e-k8s.yml'
 
 test:
-  - any: ['**/test/**/*']
+  - changed-files:
+      - any-glob-to-any-file: '**/test/**/*'
 
 kubernetes:
-  - any: ['deploy/kubernetes/**/*']
+  - changed-files:
+      - any-glob-to-any-file: 'deploy/kubernetes/**/*'

Reply via email to