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 80160aab6d ci: fix labeler configuration for file glob patterns (#3814)
80160aab6d is described below
commit 80160aab6dc4637152ddd4bc5bbcab6df64ec3dd
Author: Yicong Huang <[email protected]>
AuthorDate: Fri Oct 3 07:29:32 2025 -0400
ci: fix labeler configuration for file glob patterns (#3814)
Fix negation rule for `backend`.
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 220c941beb..7929fa0255 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -23,7 +23,7 @@ backend:
- changed-files:
- any-glob-to-any-file:
- 'core/**'
- - all-glob-to-any-file:
+ - all-globs-to-all-files:
- '!core/gui/**'
- '!core/log/**'
- '!core/scripts/**'