From 988fd98e19dfe9136a75cadbf14bf6f2fca5f4f4 Mon Sep 17 00:00:00 2001 From: sudlud Date: Thu, 6 Jun 2024 21:05:29 +0200 Subject: [PATCH] fix(CI/labeler): fix some paths for proper labeling (#19016) --- .github/labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index cc289cd5e..e00e60701 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,8 +15,8 @@ CORE: - changed-files: - any-glob-to-any-file: 'src/**/*' - all-globs-to-all-files: - - '!src/server/scripts/*' - - '!src/tests/*' + - '!src/server/scripts/**/*' + - '!src/test/**/*' Script: - changed-files: @@ -30,12 +30,12 @@ UnitTests: Documentation: - changed-files: - - any-glob-to-any-file: './*.md' + - any-glob-to-any-file: '*.md' Bash: - changed-files: - any-glob-to-any-file: - - './*.sh' + - '*.sh' - 'apps/**/*.sh' - 'conf/**/*.sh' - 'deps/**/*.sh' @@ -43,7 +43,7 @@ Bash: CMake: - changed-files: - - any-glob-to-any-file: './*.cmake' + - any-glob-to-any-file: '*.cmake' Workflow: - changed-files: