This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch cichange-auto-labeler-condition in repository https://gitbox.apache.org/repos/asf/texera.git
commit eabaae08c575ff3b6b0bf90736043af1762462e3 Author: Yicong Huang <[email protected]> AuthorDate: Fri Oct 3 02:38:55 2025 -0400 Fix labeler configuration for file glob patterns 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/**'
