]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: labeler.yml use all instead of any for doc detection (#13507)
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 11 Nov 2023 08:14:48 +0000 (09:14 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 08:14:48 +0000 (09:14 +0100)
fixup: https://github.com/vim/vim/pull/13506#pullrequestreview-1722013761

Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/labeler.yml

index d75ed4eb5634a2b03a6db9c72c877259bb2d08b4..93cd087a860a64fe8d844a605acce0c38da89017 100644 (file)
@@ -9,7 +9,7 @@ CI:
 - any: ['.codecov.yml']
 
 documentation:
-- any: ['*/doc/*']
+- all: ['*/doc/*']
 
 translation:
 - any: ['src/po/*.po']