1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00
tabler-icons/.github/labeler.yml

65 lines
1.3 KiB
YAML
Raw Normal View History

2024-03-13 02:36:41 +01:00
# For changed dependencies
📦 dependencies:
- changed-files:
- any-glob-to-any-file:
- pnpm-lock.yaml
# For icons changes
🎨 icons:
- changed-files:
- any-glob-to-any-file:
- 'icons/**/*.svg'
- aliases.json
# For Github Actions
🤖 github-actions:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*.yml
- .github/labeler.yml
- .github/dependabot.yml
2024-03-14 11:51:33 +01:00
# 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:
2024-03-14 11:56:42 +01:00
- 'packages/icons-solidjs/*'
2024-03-14 11:51:33 +01:00
# 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/*'