Files
azerothcore-wotlk/.github/labeler.yml
2026-07-19 14:01:43 +02:00

95 lines
1.8 KiB
YAML

file-cpp:
- changed-files:
- any-glob-to-any-file:
- 'src/**/*.cpp'
- 'src/**/*.h'
- 'deps/**/*.cpp'
- 'deps/**/*.h'
DB:
- changed-files:
- any-glob-to-any-file: 'data/**/*.sql'
CORE:
- changed-files:
- any-glob-to-any-file:
- 'src/*'
- 'src/common/**/*'
- 'src/genrev/**/*'
- 'src/server/*'
- 'src/server/apps/**/*'
- 'src/server/database/**/*'
- 'src/server/game/**/*'
- 'src/server/shared/**/*'
- 'src/tools/**/*'
Script:
- changed-files:
- any-glob-to-any-file:
- 'src/server/scripts/**/*.cpp'
- 'src/server/scripts/**/*.h'
UnitTests:
- changed-files:
- any-glob-to-any-file: 'src/test/**/*'
Documentation:
- changed-files:
- any-glob-to-any-file: '**/*.md'
Bash:
- changed-files:
- any-glob-to-any-file:
- '*.sh'
- 'apps/**/*.sh'
- 'conf/**/*.sh'
- 'deps/**/*.sh'
- 'modules/**/*.sh'
CMake:
- changed-files:
- any-glob-to-any-file:
- '**/*.cmake'
- '**/CMakeLists.txt'
Platform-Docker:
- changed-files:
- any-glob-to-any-file:
- '**/Dockerfile*'
- '**/docker-compose.yml'
- '**/docker-compose.*.yml'
- '**/docker/**/*'
Workflow:
- changed-files:
- any-glob-to-any-file: '.github/workflows/*'
Batch:
- changed-files:
- any-glob-to-any-file: 'apps/**/*.bat'
Config:
- changed-files:
- any-glob-to-any-file:
- '**/*.json'
- '**/*.yml'
- '**/*.yaml'
- '**/*.conf'
- '**/*.cfg'
- '**/*.nix'
Utilities:
- changed-files:
- any-glob-to-any-file:
- '**/*.py'
- '**/*.php'
- '**/*.ts'
MMAPs:
- changed-files:
- any-glob-to-any-file: 'src/common/Collision/Maps/MapDefines.h'
VMAPs:
- changed-files:
- any-glob-to-any-file: 'src/common/Collision/VMapDefinitions.h'