Skip to content

Commit a536d7e

Browse files
authored
modify labeler (#36)
1 parent a6fef42 commit a536d7e

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

.github/labeler.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
11
Documentation:
22
- 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
85

9-
Scripts: # Add the 'Scripts' label
6+
GitHub:
107
- changed-files:
8+
- any-glob-to-any-file: '**/*.nuspec' #NuGet
119
- any-glob-to-any-file: '**/*.ps1' # Windows
1210
- any-glob-to-any-file: '**/*.sh' # Linux
11+
- any-glob-to-any-file: .github/** # Any modifications to github related files
1312

14-
regarding-events: # Add the 'Events' label
13+
Events: # Add the 'Events' label
1514
- changed-files:
1615
- 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
1717

18-
regarding-api: # Add the 'API' label
18+
API: # Add the 'API' label
1919
- changed-files:
2020
- any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API
2121

22-
regarding-transpiler: # Add the 'transpiler' label
22+
Transpiler: # Add the 'transpiler' label
2323
- changed-files:
2424
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/**/* # Any modifications to transpiler files
2525

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+
2630
CustomModules: # Add the 'CustomModules' label
2731
- 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
2933

3034
Installer: # Add the 'Installer' label
3135
- changed-files:
3236
- 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

Comments
 (0)