# 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 new icons โœจ new icons: - changed-files: - all-files-to-any-file: - 'icons/**/*.svg' # For modified icons ๐Ÿ”ง modified icons: - changed-files: - any-glob-to-any-file: - 'icons/**/*.svg' # 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 4 and below package ๐Ÿ”— svelte package: - changed-files: - any-glob-to-any-file: - 'packages/icons-svelte/*' # For Svelte 5 package ๐Ÿ”— svelte-runes package: - changed-files: - any-glob-to-any-file: - 'packages/icons-svelte-runes/*' # 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/*' # 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'