diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-06-11 22:16:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 22:16:47 +0200 |
commit | da8d42c72cf819f8baeda5cd0450023e7f1d066a (patch) | |
tree | 3f511a406388b03f1aa8422dcac31261eaf03f67 /.github/labeler.yml | |
parent | c1816c73da45695922614b841dbd9306040c3e53 (diff) |
fix(CI/labeler): update Core, Documentation, Cmake labelling (#19022)
fix(CI/labeler: update Core, Documentation, Cmake labelling
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index e00e607010..55a71d605b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -11,12 +11,17 @@ DB: - any-glob-to-any-file: 'data/**/*.sql' CORE: -- all: - - changed-files: - - any-glob-to-any-file: 'src/**/*' - - all-globs-to-all-files: - - '!src/server/scripts/**/*' - - '!src/test/**/*' +- 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: @@ -30,7 +35,7 @@ UnitTests: Documentation: - changed-files: - - any-glob-to-any-file: '*.md' + - any-glob-to-any-file: '**/*.md' Bash: - changed-files: @@ -43,7 +48,7 @@ Bash: CMake: - changed-files: - - any-glob-to-any-file: '*.cmake' + - any-glob-to-any-file: '**/*.cmake' Workflow: - changed-files: |