👷 add labeler action

This commit is contained in:
Niels Lohmann 2022-08-04 15:21:27 +02:00
parent 4d8cfafdd0
commit 2371639edb
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

12
.github/labeler.yml vendored
View File

@ -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/.*"