mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
chore(CI/Labeler): expand auto-label coverage for PRs (#24089)
Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com> Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
46
.github/labeler.yml
vendored
46
.github/labeler.yml
vendored
@@ -1,6 +1,6 @@
|
||||
file-cpp:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- any-glob-to-any-file:
|
||||
- 'src/**/*.cpp'
|
||||
- 'src/**/*.h'
|
||||
- 'deps/**/*.cpp'
|
||||
@@ -25,10 +25,11 @@ CORE:
|
||||
|
||||
Script:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- any-glob-to-any-file:
|
||||
- 'src/server/scripts/**/*.cpp'
|
||||
- 'src/server/scripts/**/*.h'
|
||||
|
||||
|
||||
UnitTests:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'src/test/**/*'
|
||||
@@ -39,7 +40,7 @@ Documentation:
|
||||
|
||||
Bash:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- any-glob-to-any-file:
|
||||
- '*.sh'
|
||||
- 'apps/**/*.sh'
|
||||
- 'conf/**/*.sh'
|
||||
@@ -48,7 +49,17 @@ Bash:
|
||||
|
||||
CMake:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: '**/*.cmake'
|
||||
- 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:
|
||||
@@ -57,3 +68,30 @@ Workflow:
|
||||
Batch:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'apps/**/*.bat'
|
||||
|
||||
Config:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '**/*.json'
|
||||
- '**/*.yml'
|
||||
- '**/*.yaml'
|
||||
- '!**/docker-compose*.yml'
|
||||
- '!**/docker-compose*.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'
|
||||
|
||||
Reference in New Issue
Block a user