# 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/lucide-vue/*' - 'packages/lucide-vue-next/*' # For changes in the Lucide angular package 🅰️ angular package: - changed-files: - any-glob-to-any-file: - 'packages/angular/*' - 'packages/lucide-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/lucide-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/*' # For changes in the Lucide flutter package 🏹 flutter package: - changed-files: - any-glob-to-any-file: - 'packages/lucide-flutter/*'