labeler.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # For changed dependencies
  2. πŸ“¦ dependencies:
  3. - changed-files:
  4. - any-glob-to-any-file:
  5. - pnpm-lock.yaml
  6. # For icons changes
  7. 🎨 icons:
  8. - changed-files:
  9. - any-glob-to-any-file:
  10. - 'icons/**/*.svg'
  11. - aliases.json
  12. # For Github Actions
  13. πŸ€– github-actions:
  14. - changed-files:
  15. - any-glob-to-any-file:
  16. - .github/workflows/*.yml
  17. - .github/labeler.yml
  18. - .github/dependabot.yml
  19. # For React package
  20. πŸ”— react package:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - 'packages/icons-react/*'
  24. # For Vue package
  25. πŸ”— vue package:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - 'packages/icons-vue/*'
  29. # For Preact package
  30. πŸ”— preact package:
  31. - changed-files:
  32. - any-glob-to-any-file:
  33. - 'packages/icons-preact/*'
  34. # For Svelte package
  35. πŸ”— svelte package:
  36. - changed-files:
  37. - any-glob-to-any-file:
  38. - 'packages/icons-svelte/*'
  39. # For SolidJS package
  40. πŸ”— solid package:
  41. - changed-files:
  42. - any-glob-to-any-file:
  43. - 'packages/icons-solidjs/*'
  44. # For Webfont package
  45. πŸ”— webfont package:
  46. - changed-files:
  47. - any-glob-to-any-file:
  48. - 'packages/icons-webfont/*'
  49. # For Sprite package
  50. πŸ”— sprite package:
  51. - changed-files:
  52. - any-glob-to-any-file:
  53. - 'packages/icons-sprite/*'