From 4bd5545fa06075886cb61a031eeb54c9d871daca Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 14 Mar 2024 11:51:33 +0100 Subject: [PATCH] update labeler --- .github/labeler.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index fa5e8c608..68d831e95 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,3 +18,47 @@ - .github/workflows/*.yml - .github/labeler.yml - .github/dependabot.yml + + +# For React package +🔗 react package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-react/*' + +# For Vue package +🔗 vue package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-vue/*' + +# For Preact package +🔗 preact package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-preact/*' + +# For Svelte package +🔗 svelte package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-svelte/*' + +# For SolidJS package +🔗 solid package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-solid/*' + +# For Webfont package +🔗 webfont package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-webfont/*' + +# For Sprite package +🔗 sprite package: + - changed-files: + - any-glob-to-any-file: + - 'packages/icons-sprite/*' +