👷 add labeler action

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

12
.github/labeler.yml vendored
View File

@ -2,16 +2,20 @@ version: 1
labels:
- label: "documentation"
files: "README.md"
files:
- "README.md"
- label: "documentation"
files: "docs/.*"
files:
- "docs/.*"
- label: "ci"
files: "github/workflows/.*"
files:
- "github/workflows/.*"
- label: "ci"
files: "github/external_ci/.*"
files:
- "github/external_ci/.*"
- label: "S"
size-below: 10