|
1 | 1 | Documentation:
|
2 | 2 | - changed-files:
|
3 |
| - - any-glob-to-any-file: docs/** |
4 |
| - |
5 |
| -NuGet: |
6 |
| -- changed-files: |
7 |
| - - any-glob-to-any-file: '**/*.nuspec' |
| 3 | + - any-glob-to-any-file: docs/** # Any modifications to Documentation |
| 4 | + - any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization |
8 | 5 |
|
9 |
| -Scripts: # Add the 'Scripts' label |
| 6 | +GitHub: |
10 | 7 | - changed-files:
|
| 8 | + - any-glob-to-any-file: '**/*.nuspec' #NuGet |
11 | 9 | - any-glob-to-any-file: '**/*.ps1' # Windows
|
12 | 10 | - any-glob-to-any-file: '**/*.sh' # Linux
|
| 11 | + - any-glob-to-any-file: .github/** # Any modifications to github related files |
13 | 12 |
|
14 |
| -regarding-events: # Add the 'Events' label |
| 13 | +Events: # Add the 'Events' label |
15 | 14 | - changed-files:
|
16 | 15 | - any-glob-to-any-file: EXILED/Exiled.Events/** # Any Modifications to events
|
| 16 | + - all-globs-to-all-files: '!EXILED/Exiled.Events/Patches/**/*' # Exept modifications to transpiler files |
17 | 17 |
|
18 |
| -regarding-api: # Add the 'API' label |
| 18 | +API: # Add the 'API' label |
19 | 19 | - changed-files:
|
20 | 20 | - any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API
|
21 | 21 |
|
22 |
| -regarding-transpiler: # Add the 'transpiler' label |
| 22 | +Transpiler: # Add the 'transpiler' label |
23 | 23 | - changed-files:
|
24 | 24 | - any-glob-to-any-file: EXILED/Exiled.Events/Patches/**/* # Any modifications to transpiler files
|
25 | 25 |
|
| 26 | +Base-Game-Bug: |
| 27 | +- changed-files: |
| 28 | + - any-glob-to-any-file: EXILED/Exiled.Events/Patches/Fixes/**/* # Any modifications to transpiler fixes files |
| 29 | + |
26 | 30 | CustomModules: # Add the 'CustomModules' label
|
27 | 31 | - changed-files:
|
28 |
| - - any-glob-to-any-file: EXILED/Exiled.CustomModules/** # Any modifications to CustomModules |
| 32 | + - any-glob-to-any-file: EXILED/Exiled.Custom*/** # Any modifications to Exiled.Custom* file |
29 | 33 |
|
30 | 34 | Installer: # Add the 'Installer' label
|
31 | 35 | - changed-files:
|
32 | 36 | - any-glob-to-any-file: EXILED/Exiled.Installer/** # Any modifications to the Installer
|
33 |
| - |
34 |
| -Localization: # Add the 'Localization' label |
35 |
| -- changed-files: |
36 |
| - - any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization |
37 |
| - |
38 |
| -GitHub: # Add the 'GitHub' label |
39 |
| -- changed-files: |
40 |
| - - any-glob-to-any-file: .github/** # Any modifications to github related files |
0 commit comments