1# For changed dependencies
2📦 dependencies:
3 - changed-files:
4 - any-glob-to-any-file:
5 - pnpm-lock.yaml
6
7# For changes in documentation
8📖 documentation:
9 - changed-files:
10 - any-glob-to-any-file:
11 - docs/*.md
12 - docs/**/*.md
13
14# For changes in the site, but not markdown files
15🌍 site:
16 - changed-files:
17 - any-glob-to-any-file:
18 - 'docs/**'
19
20# For changes in the metadata
21🫧 metadata:
22 - changed-files:
23 - any-glob-to-any-file:
24 - 'icons/*.json'
25 - categories/*
26
27# For changes or added icons
28🎨 icon:
29 - changed-files:
30 - any-glob-to-any-file:
31 - 'icons/*.svg'
32
33# For changes in the lucide package
34🧳 lucide package:
35 - changed-files:
36 - any-glob-to-any-file:
37 - 'packages/lucide/*'
38
39# For changes in the lucide React package
40⚛️ react package:
41 - changed-files:
42 - any-glob-to-any-file:
43 - 'packages/lucide-react/*'
44
45# For changes in the lucide React Native package
46⚛️ react native package:
47 - changed-files:
48 - any-glob-to-any-file:
49 - 'packages/lucide-react-native/*'
50
51# For changes in the lucide vue packages
52💎 vue package:
53 - changed-files:
54 - any-glob-to-any-file:
55 - 'packages/lucide-vue/*'
56 - 'packages/lucide-vue-next/*'
57
58# For changes in the lucide angular package
59🅰️ angular package:
60 - changed-files:
61 - any-glob-to-any-file:
62 - 'packages/lucide-angular/*'
63
64# For changes in the lucide preact package
65⚛️ preact package:
66 - changed-files:
67 - any-glob-to-any-file:
68 - 'packages/lucide-preact/*'
69
70# For changes in the lucide svelte package
71🧣 svelte package:
72 - changed-files:
73 - any-glob-to-any-file:
74 - 'packages/lucide-svelte/*'
75
76# For changes in the lucide solid package
77🪝 solid package:
78 - changed-files:
79 - any-glob-to-any-file:
80 - 'packages/lucide-solid/*'
81
82# For changes in the lucide static package
83🪨 static package:
84 - changed-files:
85 - any-glob-to-any-file:
86 - 'packages/lucide-static/*'
87
88# For changes in the lucide flutter package
89🏹 flutter package:
90 - changed-files:
91 - any-glob-to-any-file:
92 - 'packages/lucide-flutter/*'