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

laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new ecbfc8a4b chore(CI): Update actions/labeler configuration file (#2120)
ecbfc8a4b is described below

commit ecbfc8a4bd74b70adff09f48fe8ba31197ab19e9
Author: Yingchun Lai <[email protected]>
AuthorDate: Thu Sep 19 14:43:40 2024 +0800

    chore(CI): Update actions/labeler configuration file (#2120)
    
    According to the actions/labeler@v5 configuration file format, this patch
    updates the content.
---
 .github/workflows/module_labeler_conf.yml | 74 ++++++++++++++++++++++---------
 1 file changed, 53 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/module_labeler_conf.yml 
b/.github/workflows/module_labeler_conf.yml
index 17932cf8a..64f0e065a 100644
--- a/.github/workflows/module_labeler_conf.yml
+++ b/.github/workflows/module_labeler_conf.yml
@@ -17,40 +17,72 @@
 ---
 
 github:
-  - .github/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - .github/**/*
 admin-cli:
-  - admin-cli/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - admin-cli/**/*
 collector:
-  - collector/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - collector/**/*
 docker:
-  - docker/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - docker/**/*
 go-client:
-  - go-client/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - go-client/**/*
 java-client:
-  - java-client/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - java-client/**/*
 nodejs-client:
-  - nodejs-client/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - nodejs-client/**/*
 pegic:
-  - pegic/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - pegic/**/*
 python-client:
-  - python-client/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - python-client/**/*
 scala-client:
-  - scala-client/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - scala-client/**/*
 thirdparty:
-  - thirdparty/**/*
+- changed-files:
+  - any-glob-to-any-file:
+    - thirdparty/**/*
 thrift:
-  - '**/*.thrift'
+- changed-files:
+  - any-glob-to-any-file:
+    - '**/*.thrift'
 docs:
-  - '**/*.md'
+- changed-files:
+  - any-glob-to-any-file:
+    - '**/*.md'
 scripts:
-  - 'admin_tools/**/*'
-  - 'build_tools/**/*'
-  - '**/*.sh'
+- changed-files:
+  - any-glob-to-any-file:
+    - 'admin_tools/**/*'
+    - 'build_tools/**/*'
+    - '**/*.sh'
 build:
-  - 'cmake_modules/**/*'
-  - '**/CMakeLists.txt'
-  - 'run.sh'
+- changed-files:
+  - any-glob-to-any-file:
+    - 'cmake_modules/**/*'
+    - '**/CMakeLists.txt'
+    - 'run.sh'
 cpp:
+- changed-files:
+  - any-glob-to-any-file:
   # TODO(yingchun): add more fine-grained labels
-  - 'src/**/*.h'
-  - 'src/**/*.cpp'
+    - 'src/**/*.h'
+    - 'src/**/*.cpp'


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

Reply via email to