changeset 33746:d26117375a68

CI: labeler.yml use all instead of any for doc detection (#13507) Commit: https://github.com/vim/vim/commit/f1952d9fa8ef15cd0689f766f070df3eb7830a22 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Nov 11 09:14:48 2023 +0100 CI: labeler.yml use all instead of any for doc detection (https://github.com/vim/vim/issues/13507) fixup: https://github.com/vim/vim/pull/13506#pullrequestreview-1722013761 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2023 09:15:06 +0100
parents bbafcb24d367
children 23437886ecbb
files .github/labeler.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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']