diff options
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 24f84448c2..d670c2a8f4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -49,7 +49,7 @@ - "**/*.cmake" "tests": - - test/**/* + - all: ["test/**/*"] "ci": - .github/labeler.yml |