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 56436964a [Hotfix][Infra] Fix labeler.yml adapt to new folder (#2780)
56436964a is described below

commit 56436964add913900fe87fd6eac2abfca0ebc448
Author: Qishang Zhong <[email protected]>
AuthorDate: Wed Apr 24 19:40:44 2024 +0800

    [Hotfix][Infra] Fix labeler.yml adapt to new folder (#2780)
---
 .github/labeler.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index e5d3a5afb..6cc71f027 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -35,7 +35,7 @@
   - ".rat-excludes"
   - ".scalafmt"
   - "**/*pom.xml"
-  - "ams/dist/**/*"
+  - "amoro-ams/dist/**/*"
   - "docker/**/*"
   - "charts/**/"
 
@@ -44,26 +44,26 @@
   - "docs/**/*"
 
 "module:core":
-  - "core/**/*"
+  - "amoro-core/**/*"
 
 "module:ams-server":
-  - "ams/api/**/*"
-  - "ams/server/**/*"
+  - "amoro-ams/api/**/*"
+  - "amoro-ams/server/**/*"
 
 "module:ams-dashboard":
-  - "ams/dashboard/**/*"
+  - "amoro-ams/amoro-ams-dashboard/**/*"
 
 "module:ams-optimizer":
-  - "ams/optimizer/**/*"
+  - "amoro-ams/amoro-ams-optimizer/**/*"
 
 "module:mixed-spark":
-  - "mixed-format/spark/**/*"
+  - "amoro-mixed-format/amoro-mixed-format-spark/**/*"
 
 "module:mixed-flink":
-  - "mixed-format/flink/**/*"
+  - "amoro-mixed-format/amoro-mixed-format-flink/**/*"
 
 "module:mixed-hive":
-  - "mixed-format/hive/**/*"
+  - "amoro-mixed-format/amoro-mixed-format-hive/**/*"
 
 "module:mixed-trino":
-  - "mixed-format/trino/**/*"
\ No newline at end of file
+  - "amoro-mixed-format/amoro-mixed-format-trino/**/*"

Reply via email to