diff --git a/.github/labeler.yml b/.github/labeler.yml index 55a71d605..e4f1495f3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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'