This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch ci/change-glob-pattern in repository https://gitbox.apache.org/repos/asf/texera.git
commit 224309b3817b455fcf7461effea08740ef23efa4 Author: Yicong Huang <[email protected]> AuthorDate: Fri Oct 3 01:39:04 2025 -0400 Fix labeler.yml glob pattern syntax 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..7929fa0255 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-globs-to-all-files: - '!core/gui/**' - '!core/log/**' - '!core/scripts/**'
