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:
Ryan Turner
2026-07-19 00:04:40 +01:00
committed by GitHub
parent c83cb5de7d
commit b391cfc8cd

46
.github/labeler.yml vendored
View File

@@ -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'