File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,29 +13,28 @@ Scripts: # Add the 'Scripts' label
13
13
14
14
regarding-events : # Add the 'Events' label
15
15
- changed-files :
16
- - any-glob-to-any-file : Exiled.Events/** # Any Modifications to events
16
+ - any-glob-to-any-file : EXILED/ Exiled.Events/** # Any Modifications to events
17
17
18
18
regarding-api : # Add the 'API' label
19
19
- changed-files :
20
- - any-glob-to-any-file : Exiled.API/** # Any modifications to the API
20
+ - any-glob-to-any-file : EXILED/ Exiled.API/** # Any modifications to the API
21
21
22
22
regarding-transpiler : # Add the 'transpiler' label
23
23
- changed-files :
24
- - any-glob-to-any-file : Exiled.Events/Patches/**/* # Any modifications to transpiler files
24
+ - any-glob-to-any-file : EXILED/ Exiled.Events/Patches/**/* # Any modifications to transpiler files
25
25
26
26
CustomModules : # Add the 'CustomModules' label
27
27
- changed-files :
28
- - any-glob-to-any-file : Exiled.CustomModules/** # Any modifications to CustomModules
28
+ - any-glob-to-any-file : EXILED/ Exiled.CustomModules/** # Any modifications to CustomModules
29
29
30
30
Installer : # Add the 'Installer' label
31
31
- changed-files :
32
- - any-glob-to-any-file : Exiled.Installer/** # Any modifications to the Installer
32
+ - any-glob-to-any-file : EXILED/ Exiled.Installer/** # Any modifications to the Installer
33
33
34
34
Localization : # Add the 'Localization' label
35
35
- changed-files :
36
- - any-glob-to-any-file : Localization/** # Any modifications to Localization
36
+ - any-glob-to-any-file : EXILED/ Localization/** # Any modifications to Localization
37
37
38
38
GitHub_Actions : # Add the 'GitHub' label
39
39
- changed-files :
40
40
- any-glob-to-any-file : .github/** # Any modifications to github related files
41
-
You can’t perform that action at this time.
0 commit comments