forked from Exiled-Official/EXILED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler.yml
41 lines (31 loc) · 1.24 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
37
38
39
40
Documentation:
- changed-files:
- any-glob-to-any-file: docs/**
NuGet:
- changed-files:
- any-glob-to-any-file: '**/*.nuspec'
Scripts: # Add the 'Scripts' label
- changed-files:
- any-glob-to-any-file: '**/*.ps1' # Windows
- any-glob-to-any-file: '**/*.sh' # Linux
regarding-events: # Add the 'Events' label
- changed-files:
- any-glob-to-any-file: Exiled.Events/** # Any Modifications to events
regarding-api: # Add the 'API' label
- changed-files:
- any-glob-to-any-file: Exiled.API/** # Any modifications to the API
regarding-transpiler: # Add the 'transpiler' label
- changed-files:
- any-glob-to-any-file: Exiled.Events/Patches/**/* # Any modifications to transpiler files
CustomModules: # Add the 'CustomModules' label
- changed-files:
- any-glob-to-any-file: Exiled.CustomModules/** # Any modifications to CustomModules
Installer: # Add the 'Installer' label
- changed-files:
- any-glob-to-any-file: Exiled.Installer/** # Any modifications to the Installer
Localization: # Add the 'Localization' label
- changed-files:
- any-glob-to-any-file: Localization/** # Any modifications to Localization
GitHub_Actions: # Add the 'GitHub' label
- changed-files:
- any-glob-to-any-file: .github/** # Any modifications to github related files