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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 153e662  chore: fix labeler config (#85)
153e662 is described below

commit 153e662dd511e018cb5fafb7727843e245c4e04d
Author: Shiyan Xu <[email protected]>
AuthorDate: Fri Jul 19 15:28:32 2024 -0500

    chore: fix labeler config (#85)
---
 .github/labeler.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 06a6ccf..f8a3c26 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -17,11 +17,13 @@
 
 rust:
   - changed-files:
-      - any-glob-to-any-file: 'crates/**'
+      - any-glob-to-any-file:
+          - 'crates/**'
 
 python:
   - changed-files:
-      - any-glob-to-any-file: 'python/**'
+      - any-glob-to-any-file:
+          - 'python/**'
 
 documentation:
   - changed-files:
@@ -30,7 +32,7 @@ documentation:
 
 ci:
   - changed-files:
-      - any-globs-to-all-files:
+      - any-glob-to-any-file:
           - '.github/workflows/ci.yml'
           - '.github/workflows/release.yml'
 

Reply via email to