From f1952d9fa8ef15cd0689f766f070df3eb7830a22 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 11 Nov 2023 09:14:48 +0100 Subject: 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 --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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'] -- cgit v1.2.3