|
1 | 1 | apps:guide:
|
2 | 2 | - changed-files:
|
3 |
| - - any-glob-to-any-file: ['apps/guide/*', 'apps/guide/**/*'] |
| 3 | + - any-glob-to-any-file: |
| 4 | + - apps/guide/* |
| 5 | + - apps/guide/**/* |
4 | 6 | apps:website:
|
5 | 7 | - changed-files:
|
6 |
| - - any-glob-to-any-file: ['apps/website/*', 'apps/website/**/*'] |
| 8 | + - any-glob-to-any-file: |
| 9 | + - apps/website/* |
| 10 | + - apps/website/**/* |
7 | 11 | packages:api-extractor:
|
8 | 12 | - changed-files:
|
9 |
| - - any-glob-to-any-file: ['packages/api-extractor/*', 'packages/api-extractor/**/*'] |
| 13 | + - any-glob-to-any-file: |
| 14 | + - packages/api-extractor/* |
| 15 | + - packages/api-extractor/**/* |
10 | 16 | packages:api-extractor-model:
|
11 | 17 | - changed-files:
|
12 |
| - - any-glob-to-any-file: ['packages/api-extractor-model/*', 'packages/api-extractor-model/**/*'] |
| 18 | + - any-glob-to-any-file: |
| 19 | + - packages/api-extractor-model/* |
| 20 | + - packages/api-extractor-model/**/* |
13 | 21 | packages:brokers:
|
14 | 22 | - changed-files:
|
15 |
| - - any-glob-to-any-file: ['packages/brokers/*', 'packages/brokers/**/*'] |
| 23 | + - any-glob-to-any-file: |
| 24 | + - packages/brokers/* |
| 25 | + - packages/brokers/**/* |
16 | 26 | packages:builders:
|
17 | 27 | - changed-files:
|
18 |
| - - any-glob-to-any-file: ['packages/builders/*', 'packages/builders/**/*'] |
| 28 | + - any-glob-to-any-file: |
| 29 | + - packages/builders/* |
| 30 | + - packages/builders/**/* |
19 | 31 | packages:collection:
|
20 | 32 | - changed-files:
|
21 |
| - - any-glob-to-any-file: ['packages/collection/*', 'packages/collection/**/*'] |
| 33 | + - any-glob-to-any-file: |
| 34 | + - packages/collection/* |
| 35 | + - packages/collection/**/* |
22 | 36 | packages:core:
|
23 | 37 | - changed-files:
|
24 |
| - - any-glob-to-any-file: ['packages/core/*', 'packages/core/**/*'] |
| 38 | + - any-glob-to-any-file: |
| 39 | + - packages/core/* |
| 40 | + - packages/core/**/* |
25 | 41 | packages:create-discord-bot:
|
26 | 42 | - changed-files:
|
27 |
| - - any-glob-to-any-file: ['packages/create-discord-bot/*', 'packages/create-discord-bot/**/*'] |
| 43 | + - any-glob-to-any-file: |
| 44 | + - packages/create-discord-bot/* |
| 45 | + - packages/create-discord-bot/**/* |
28 | 46 | packages:discord.js:
|
29 | 47 | - changed-files:
|
30 |
| - - any-glob-to-any-file: ['packages/discord.js/*', 'packages/discord.js/**/*'] |
| 48 | + - any-glob-to-any-file: |
| 49 | + - packages/discord.js/* |
| 50 | + - packages/discord.js/**/* |
31 | 51 | packages:docgen:
|
32 | 52 | - changed-files:
|
33 |
| - - any-glob-to-any-file: ['packages/docgen/*', 'packages/docgen/**/*'] |
| 53 | + - any-glob-to-any-file: |
| 54 | + - packages/docgen/* |
| 55 | + - packages/docgen/**/* |
34 | 56 | packages:formatters:
|
35 | 57 | - changed-files:
|
36 |
| - - any-glob-to-any-file: ['packages/formatters/*', 'packages/formatters/**/*'] |
| 58 | + - any-glob-to-any-file: |
| 59 | + - packages/formatters/* |
| 60 | + - packages/formatters/**/* |
37 | 61 | packages:next:
|
38 | 62 | - changed-files:
|
39 |
| - - any-glob-to-any-file: ['packages/next/*', 'packages/next/**/*'] |
| 63 | + - any-glob-to-any-file: |
| 64 | + - packages/next/* |
| 65 | + - packages/next/**/* |
40 | 66 | packages:proxy:
|
41 | 67 | - changed-files:
|
42 |
| - - any-glob-to-any-file: ['packages/proxy/*', 'packages/proxy/**/*'] |
| 68 | + - any-glob-to-any-file: |
| 69 | + - packages/proxy/* |
| 70 | + - packages/proxy/**/* |
43 | 71 | packages:proxy-container:
|
44 | 72 | - changed-files:
|
45 |
| - - any-glob-to-any-file: ['packages/proxy-container/*', 'packages/proxy-container/**/*'] |
| 73 | + - any-glob-to-any-file: |
| 74 | + - packages/proxy-container/* |
| 75 | + - packages/proxy-container/**/* |
46 | 76 | packages:rest:
|
47 | 77 | - changed-files:
|
48 |
| - - any-glob-to-any-file: ['packages/rest/*', 'packages/rest/**/*'] |
| 78 | + - any-glob-to-any-file: |
| 79 | + - packages/rest/* |
| 80 | + - packages/rest/**/* |
49 | 81 | packages:ui:
|
50 | 82 | - changed-files:
|
51 |
| - - any-glob-to-any-file: ['packages/ui/*', 'packages/ui/**/*'] |
| 83 | + - any-glob-to-any-file: |
| 84 | + - packages/ui/* |
| 85 | + - packages/ui/**/* |
52 | 86 | packages:util:
|
53 | 87 | - changed-files:
|
54 |
| - - any-glob-to-any-file: ['packages/util/*', 'packages/util/**/*'] |
| 88 | + - any-glob-to-any-file: |
| 89 | + - packages/util/* |
| 90 | + - packages/util/**/* |
55 | 91 | packages:voice:
|
56 | 92 | - changed-files:
|
57 |
| - - any-glob-to-any-file: ['packages/voice/*', 'packages/voice/**/*'] |
| 93 | + - any-glob-to-any-file: |
| 94 | + - packages/voice/* |
| 95 | + - packages/voice/**/* |
58 | 96 | packages:ws:
|
59 | 97 | - changed-files:
|
60 |
| - - any-glob-to-any-file: ['packages/ws/*', 'packages/ws/**/*'] |
| 98 | + - any-glob-to-any-file: |
| 99 | + - packages/ws/* |
| 100 | + - packages/ws/**/* |
0 commit comments