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