CI: labeler.yml: add documentation label (#13506)

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Philip H
2023-11-09 09:51:03 +01:00
committed by GitHub
parent 20a94f44b3
commit 4b0018feca

3
.github/labeler.yml vendored
View File

@ -8,6 +8,9 @@ CI:
- any: ['.appveyor.yml']
- any: ['.codecov.yml']
documentation:
- any: ['*/doc/*']
translation:
- any: ['src/po/*.po']