From 2371639edbc38fed35d37c908bd2f073a772a5e1 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 4 Aug 2022 15:21:27 +0200 Subject: [PATCH] :construction_worker: add labeler action --- .github/labeler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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/.*"