This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch fix/ci/backend-globs in repository https://gitbox.apache.org/repos/asf/texera.git
commit 217bedbb4972be52b4d1ce220a65e54ad7362f7b Author: Yicong Huang <[email protected]> AuthorDate: Fri Oct 3 08:05:06 2025 -0400 fix: Refactor backend file patterns in labeler.yml Signed-off-by: Yicong Huang <[email protected]> --- .github/labeler.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7929fa0255..c8e0425055 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -20,13 +20,15 @@ gui: - 'core/gui/**' backend: - - changed-files: - - any-glob-to-any-file: - - 'core/**' - - all-globs-to-all-files: - - '!core/gui/**' - - '!core/log/**' - - '!core/scripts/**' + - all + - changed-files: + - any-glob-to-any-file: + - 'core/**' + - all-globs-to-all-files: + - '!core/gui/**' + - '!core/log/**' + - '!core/scripts/**' + engine: - changed-files: - any-glob-to-any-file:
