forked from ExMod-Team/EXILED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
36 lines (30 loc) · 1.33 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Documentation:
- changed-files:
- any-glob-to-any-file: docs/** # Any modifications to Documentation
- any-glob-to-any-file: EXILED/Localization/** # Any modifications to Localization
GitHub:
- changed-files:
- any-glob-to-any-file: '**/*.nuspec' #NuGet
- any-glob-to-any-file: '**/*.ps1' # Windows
- any-glob-to-any-file: '**/*.sh' # Linux
- any-glob-to-any-file: .github/** # Any modifications to github related files
Events: # Add the 'Events' label
- all:
- changed-files:
- any-glob-to-any-file: 'EXILED/Exiled.Events/**/*'
- all-globs-to-all-files: '!EXILED/Exiled.Events/Patches/**/*'
API: # Add the 'API' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.API/** # Any modifications to the API
Transpiler: # Add the 'transpiler' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/**/* # Any modifications to transpiler files
Base-Game-Bug:
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Events/Patches/Fixes/**/* # Any modifications to transpiler fixes files
CustomModules: # Add the 'CustomModules' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Custom*/** # Any modifications to Exiled.Custom* file
Installer: # Add the 'Installer' label
- changed-files:
- any-glob-to-any-file: EXILED/Exiled.Installer/** # Any modifications to the Installer