fix(Labeler): revert CORE changes(#3683)

This commit is contained in:
Kitzunu 2020-11-12 15:25:52 +01:00 committed by GitHub
parent 28de0a5ba2
commit cb382ad01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/labeler.yml vendored
View file

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