From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 9 Nov 2023 08:51:03 +0000 (+0100) Subject: CI: labeler.yml: add documentation label (#13506) X-Git-Tag: v9.0.2096~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b0018feca3a75c7ad3d88360ae197af09e267ee;p=thirdparty%2Fvim.git CI: labeler.yml: add documentation label (#13506) Signed-off-by: Christian Brabandt --- 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']