Files
azerothcore-wotlk/.github/labeler.yml
2020-11-20 16:00:34 -06:00

26 lines
320 B
YAML

DB:
- data/**/*.sql
CORE:
- any: ['src/**/*', '!src/server/scripts/*']
Script:
- src/server/scripts/**/*.cpp
- src/server/scripts/**/*.h
Documentation:
- ./*.md
Bash:
- ./*.sh
- apps/**/*.sh
- conf/**/*.sh
- deps/**/*.sh
- modules/**/*.sh
Cmake:
- ./*.cmake
Workflow:
- .github/workflows/*