From 1616de976d1cf7f8ca0bb655fc614d6eeaf24372 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 24 Dec 2025 01:58:38 +0100 Subject: [PATCH] Update labeler configuration to include new rules for React Native, PNG, PDF packages, tests, and website documentation, enhancing automation for file management and organization. --- .github/labeler.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 640e6396e..e001415cd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -80,3 +80,36 @@ - any-glob-to-any-file: - 'packages/icons-sprite/*' +# For React Native package +๐Ÿ”— react-native package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-react-native/*' + +# For PNG package +๐Ÿ”— png package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-png/*' + +# For PDF package +๐Ÿ”— pdf package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-pdf/*' + +# For tests +๐Ÿงช tests: + - changed-files: + - any-glob-to-any-file: + - 'test/**/*' + - 'packages/*/test.spec.*' + - 'packages/*/vitest.config.*' + +# For website/documentation site +๐ŸŒ website: + - changed-files: + - any-glob-to-any-file: + - 'src/**/*' + - '*.liquid' +