From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:14:48 +0000 (+0100) Subject: CI: labeler.yml use all instead of any for doc detection (#13507) X-Git-Tag: v9.0.2099~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1952d9fa8ef15cd0689f766f070df3eb7830a22;p=thirdparty%2Fvim.git CI: labeler.yml use all instead of any for doc detection (#13507) fixup: https://github.com/vim/vim/pull/13506#pullrequestreview-1722013761 Signed-off-by: Christian Brabandt --- diff --git a/.github/labeler.yml b/.github/labeler.yml index d75ed4eb56..93cd087a86 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,7 +9,7 @@ CI: - any: ['.codecov.yml'] documentation: -- any: ['*/doc/*'] +- all: ['*/doc/*'] translation: - any: ['src/po/*.po']