chore(Labeler): Workaround for CORE label (#3649)

This commit is contained in:
Kitzunu
2020-11-11 17:56:45 +01:00
committed by GitHub
parent e27201cee2
commit 01c830ed46

3
.github/labeler.yml vendored
View File

@@ -2,7 +2,8 @@ DB:
- data/**/*.sql
CORE:
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
- any: ['src/**/*.cpp', 'src/**/*.h']
- all: ['!src/server/scripts/*']
Script:
- src/server/scripts/**/*.cpp