summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-11-11 09:14:48 +0100
committerGitHub <noreply@github.com>2023-11-11 09:14:48 +0100
commitf1952d9fa8ef15cd0689f766f070df3eb7830a22 (patch)
treeef23063c3958c7f5651ceea9c08a2e1a3fdd4421 /.github
parent4f9074b96cc7efb1c829ca74902a851551dcf4e8 (diff)
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 <cb@256bit.org>
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
1 files changed, 1 insertions, 1 deletions
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']