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 8f33a2c chore: fix labeler config for dev-x (#87)
8f33a2c is described below
commit 8f33a2c9e48b4776506245b3e3a34b0dd56baace
Author: Shiyan Xu <[email protected]>
AuthorDate: Fri Jul 19 15:50:40 2024 -0500
chore: fix labeler config for dev-x (#87)
---
.github/labeler.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index f8a3c26..63b23d6 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -39,8 +39,4 @@ ci:
dev-x:
- changed-files:
- any-glob-to-any-file:
- - '.github/**'
- '*.yaml'
- - all-globs-to-all-files:
- - '!.github/workflows/ci.yml'
- - '!.github/workflows/release.yml'