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>
This commit is contained in:
Philip H
2023-11-11 09:14:48 +01:00
committed by GitHub
parent 4f9074b96c
commit f1952d9fa8

2
.github/labeler.yml vendored
View File

@ -9,7 +9,7 @@ CI:
- any: ['.codecov.yml']
documentation:
- any: ['*/doc/*']
- all: ['*/doc/*']
translation:
- any: ['src/po/*.po']