mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* chore(repo): Update issue templates and documentation for package renaming and deprecations * Format code * Remove flutter label * Format code
98 lines
2.3 KiB
YAML
98 lines
2.3 KiB
YAML
# For changed dependencies
|
|
📦 dependencies:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- pnpm-lock.yaml
|
|
|
|
# For changes in documentation
|
|
📖 documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/*.md
|
|
- docs/**/*.md
|
|
|
|
# For changes in the site, but not markdown files
|
|
🌍 site:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'docs/**'
|
|
|
|
# For changes in the metadata
|
|
🫧 metadata:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'icons/*.json'
|
|
- categories/*
|
|
|
|
# For changes or added icons
|
|
🎨 icon:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'icons/*.svg'
|
|
|
|
# For changes in the lucide package
|
|
🧳 lucide package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide/*'
|
|
|
|
# For changes in the Lucide React package
|
|
⚛️ react package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-react/*'
|
|
|
|
# For changes in the Lucide React Native package
|
|
⚛️ react native package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-react-native/*'
|
|
|
|
# For changes in the Lucide vue packages
|
|
💎 vue package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/vue/*'
|
|
|
|
# For changes in the Lucide angular package
|
|
🅰️ angular package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/angular/*'
|
|
|
|
# For changes in the Lucide preact package
|
|
⚛️ preact package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-preact/*'
|
|
|
|
# For changes in the Lucide svelte package
|
|
🧣 svelte package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/svelte/*'
|
|
|
|
# For changes in the Lucide solid package
|
|
🪝 solid package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-solid/*'
|
|
|
|
# For changes in the Lucide astro package
|
|
🚀 astro package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/astro/*'
|
|
|
|
# For changes in the @lucide/icons package
|
|
❇️ lucide-icons:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-icons/*'
|
|
|
|
# For changes in the Lucide static package
|
|
🪨 static package:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'packages/lucide-static/*'
|