From c70b880ad8ec5e7c0ce19fe95d7c444bc63a5f32 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 3 Nov 2025 02:59:08 -0800 Subject: [PATCH] fix(gha): labeler config (#63437) --- .github/labeler.yml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3dd43e316ac..3c83e1b6231 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,19 +1,26 @@ 'scope: curriculum': - - curriculum/challenges/**/* + - changed-files: + - any-glob-to-any-file: curriculum/challenges/**/* 'platform: learn': - - client/**/* + - changed-files: + - any-glob-to-any-file: client/**/* 'platform: api': - - api/**/* + - changed-files: + - any-glob-to-any-file: api/**/* 'scope: tools/scripts': - - tools/**/* - - .github/**/* - - utils/**/* - - e2e/**/* + - changed-files: + - any-glob-to-any-file: + - tools/**/* + - .github/**/* + - utils/**/* + - e2e/**/* 'scope: i18n': - - client/i18n/**/* - - config/crowdin/**/* - - shared/config/i18n/**/* + - changed-files: + - any-glob-to-any-file: + - client/i18n/**/* + - config/crowdin/**/* + - shared/config/i18n/**/*