From 88fc6bd69890271aa6e94da7bc697a7b1aa9a603 Mon Sep 17 00:00:00 2001 From: Yihui Liao <44729383+yihuiliao@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:03:49 -0800 Subject: [PATCH] chore: fix labeler from tagging everything as v3 (#9652) --- .github/labeler.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6042d07dd76..9939919ea97 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,7 +10,8 @@ RAC: - changed-files: - any-glob-to-any-file: ['**/react-aria-components/**', '**/@react-aria/**'] -V3: -- changed-files: - - any-glob-to-any-file: '**/@react-spectrum/**' - - all-globs-to-all-files: '!**/@react-spectrum/s2/**' +v3: +- all: + - changed-files: + - any-glob-to-any-file: '**/@react-spectrum/**' + - all-globs-to-all-files: '!**/@react-spectrum/s2/**'