Skip to content

Commit 42b541e

Browse files
Update labeler.yml
1 parent dfed0ee commit 42b541e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/labeler.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,28 @@ Scripts: # Add the 'Scripts' label
1313

1414
regarding-events: # Add the 'Events' label
1515
- 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
1717

1818
regarding-api: # Add the 'API' label
1919
- 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
2121

2222
regarding-transpiler: # Add the 'transpiler' label
2323
- 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
2525

2626
CustomModules: # Add the 'CustomModules' label
2727
- 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
2929

3030
Installer: # Add the 'Installer' label
3131
- 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
3333

3434
Localization: # Add the 'Localization' label
3535
- 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
3737

3838
GitHub_Actions: # Add the 'GitHub' label
3939
- changed-files:
4040
- any-glob-to-any-file: .github/** # Any modifications to github related files
41-

0 commit comments

Comments
 (0)