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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 072dda6d7 [Hotfix] Fix GitHub labeler configurations (#2951)
072dda6d7 is described below

commit 072dda6d7b7c84f067d1e02847975cf9b2d76165
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu Jun 20 14:37:51 2024 +0800

    [Hotfix] Fix GitHub labeler configurations (#2951)
    
    Fix GitHub labeler configurations
---
 .github/labeler.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index e312d420f..3dc6b3bfc 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -28,11 +28,9 @@
   - "NOTICE-binary"
   - "codecov.yml"
   - "dev/**/*"
-  - "style/**/*"
+  - "tools/**/*"
 
 "type:build":
-  - ".dockerignore"
-  - ".scalafmt"
   - "**/*pom.xml"
   - "amoro-ams/dist/**/*"
   - "docker/**/*"
@@ -46,8 +44,8 @@
   - "amoro-core/**/*"
 
 "module:ams-server":
-  - "amoro-ams/api/**/*"
-  - "amoro-ams/server/**/*"
+  - "amoro-ams/amoro-ams-api/**/*"
+  - "amoro-ams/amoro-ams-server/**/*"
 
 "module:ams-dashboard":
   - "amoro-ams/amoro-ams-dashboard/**/*"

Reply via email to