12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- # 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
- # 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-solidjs/*'
- # 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/*'
|