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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 5c1ef296b0 [Improve] Update label-scope-conf.yml for core label (#8979)
5c1ef296b0 is described below

commit 5c1ef296b079a942c2de90cf413ce23d0984adf3
Author: Jia Fan <[email protected]>
AuthorDate: Sat Mar 15 15:21:17 2025 +0800

    [Improve] Update label-scope-conf.yml for core label (#8979)
---
 .github/workflows/labeler/label-scope-conf.yml | 44 +++++++++++++++-----------
 1 file changed, 26 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/labeler/label-scope-conf.yml 
b/.github/workflows/labeler/label-scope-conf.yml
index b825fb9e58..acb6fdc924 100644
--- a/.github/workflows/labeler/label-scope-conf.yml
+++ b/.github/workflows/labeler/label-scope-conf.yml
@@ -36,12 +36,38 @@ spark:
   - changed-files:
       - any-glob-to-any-file:
           - seatunnel-translation/seatunnel-translation-spark/**
+
+Zeta Rest API:
+  - changed-files:
+      - any-glob-to-any-file: seatunnel-engine/**/server/rest/**
+api:
+  - changed-files:
+      - any-glob-to-any-file:
+          - seatunnel-api/**
+          - seatunnel-common/**
+core:
+  - changed-files:
+      - any-glob-to-any-file:
+          - seatunnel-core/**
+          - seatunnel-config/**
+          - seatunnel-dist/**
+          - seatunnel-plugin-discovery/**
+          - seatunnel-shade/**
+format:
+  - changed-files:
+      - any-glob-to-any-file: seatunnel-formats/**
+dependencies:
+  - changed-files:
+      - any-glob-to-any-file: tools/dependencies/**
+
 connectors-v2:
   - changed-files:
       - any-glob-to-any-file: seatunnel-connectors-v2/**
 transform-v2:
   - changed-files:
       - any-glob-to-any-file: seatunnel-transforms-v2/**
+
+# Connectors
 amazondynamodb:
   - all:
       - changed-files:
@@ -275,24 +301,6 @@ typesense:
           - any-glob-to-any-file: 
seatunnel-connectors-v2/connector-typesense/**
           - all-globs-to-all-files: 
'!seatunnel-connectors-v2/connector-!(typesense)/**'
 
-Zeta Rest API:
-  - changed-files:
-      - any-glob-to-any-file: seatunnel-engine/**/server/rest/**
-api:
-  - changed-files:
-      - any-glob-to-any-file:
-          - seatunnel-api/**
-          - seatunnel-common/**
-core:
-  - changed-files:
-      - any-glob-to-any-file:
-          - seatunnel-core/**
-format:
-  - changed-files:
-      - any-glob-to-any-file: seatunnel-formats/**
-dependencies:
-  - changed-files:
-      - any-glob-to-any-file: tools/dependencies/**
 sls:
   - all:
       - changed-files:

Reply via email to