fix(Action): Labeler (#3579)

This commit is contained in:
Kitzunu
2020-10-19 14:06:47 +02:00
committed by GitHub
parent 4d3fac1b13
commit e6e44b0e2f
3 changed files with 29 additions and 26 deletions

21
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
DB:
- src/**/*.sql
CORE:
- any: ['src/**/*.cpp', 'src/**/*.h', '!src/server/scripts/*']
Script:
- src/server/scripts/**/*.cpp
- src/server/scripts/**/*.h
Documentation:
- ./*.md
Bash:
- ./*.sh
Cmake:
- ./*.cmake
Workflow:
- .github/workflows/*