From 4b0018feca3a75c7ad3d88360ae197af09e267ee Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:51:03 +0100 Subject: CI: labeler.yml: add documentation label (#13506) Signed-off-by: Christian Brabandt --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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'] -- cgit v1.2.3