From 70093883b883ceb46fa5978de8260f9c597d560e Mon Sep 17 00:00:00 2001 From: Yihui Liao <44729383+yihuiliao@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:46:46 -0800 Subject: [PATCH] fix: update labeler (#9637) * fix: update labeler * match docs * fix spacing --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ffb2b9212f6..6042d07dd76 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,5 +12,5 @@ RAC: V3: - changed-files: - - any-glob-to-any-file: ['**/@react-spectrum/**'] - + - any-glob-to-any-file: '**/@react-spectrum/**' + - all-globs-to-all-files: '!**/@react-spectrum/s2/**'