summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-11-09 09:51:03 +0100
committerGitHub <noreply@github.com>2023-11-09 08:51:03 +0000
commit4b0018feca3a75c7ad3d88360ae197af09e267ee (patch)
tree84dc756a9ff309b1b0061ce26fa84d907b51ab33 /.github
parent20a94f44b3cd4a33fb7d2ce5faf07a5244ba2cae (diff)
CI: labeler.yml: add documentation label (#13506)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6eef8d2cdd..8764d96262 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -8,6 +8,9 @@ CI:
- any: ['.appveyor.yml']
- any: ['.codecov.yml']
+documentation:
+- any: ['*/doc/*']
+
translation:
- any: ['src/po/*.po']