This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch chore/relocate-gui-to-frontend in repository https://gitbox.apache.org/repos/asf/texera.git
commit f26ca61461f326bf69698b7005a850da7744f1ae Author: Yicong Huang <[email protected]> AuthorDate: Sat Oct 11 11:00:07 2025 -0700 chore: update labeler --- .github/labeler.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9d3d7a68fa..ebd4992824 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,10 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -gui: +frontend: - changed-files: - any-glob-to-any-file: - - 'core/gui/**' + - 'frontend/**' backend: - all: @@ -25,7 +25,6 @@ backend: - any-glob-to-any-file: - 'core/**' - all-globs-to-all-files: - - '!core/gui/**' - '!core/log/**' - '!core/scripts/**'
