Skip to content

Commit 307cecd

Browse files
committed
Update labeler.yml
1 parent 9f05a49 commit 307cecd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/labeler.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
"Type: Engine":
2-
- '**/Engine.*'
2+
- changed-files:
3+
- any-glob-to-any-file: '**/Engine.*'
34

45
"Type: SDK":
5-
- '**/SDK.*'
6+
- changed-files:
7+
- any-glob-to-any-file: '**/SDK.*'
68

79
"Type: Anti-Cheat":
8-
- '**/AntiCheat.*'
10+
- changed-files:
11+
- any-glob-to-any-file: '**/AntiCheat.*'
912

1013
"Type: Launcher":
11-
- '**/Launcher.*'
14+
- changed-files:
15+
- any-glob-to-any-file: '**/Launcher.*'
1216

1317
"Type: Container":
14-
- '**/Container.*'
18+
- changed-files:
19+
- any-glob-to-any-file: '**/Container.*'

0 commit comments

Comments
 (0)