diff --git a/.github/labeler.yml b/.github/labeler.yml index c28eb4a2d..34f1a3fe6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,6 +9,18 @@ labels: files: - "docs/.*" +- label: "tests" + files: + - "tests/.*" + +- label: "CMake" + files: + - ".*CMakeLists.txt" + +- label: "CMake" + files: + - "cmake/.*" + - label: "ci" files: - "github/workflows/.*"