This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 98582dd153 ci: fix labeler.yml glob pattern syntax (#3813)
98582dd153 is described below
commit 98582dd15323dc6994f0f63ec161037790f5aae3
Author: Yicong Huang <[email protected]>
AuthorDate: Fri Oct 3 02:26:08 2025 -0400
ci: fix labeler.yml glob pattern syntax (#3813)
The `all-globs-to-any-files` dose not exist. Fixing typos, should be
`glob` and `file`.
---------
Signed-off-by: Yicong Huang <[email protected]>
---
.github/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 8c9ca12f0e..220c941beb 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -23,7 +23,7 @@ backend:
- changed-files:
- any-glob-to-any-file:
- 'core/**'
- - all-globs-to-any-files:
+ - all-glob-to-any-file:
- '!core/gui/**'
- '!core/log/**'
- '!core/scripts/**'