mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -9,7 +9,7 @@ CI:
|
||||
- any: ['.codecov.yml']
|
||||
|
||||
documentation:
|
||||
- any: ['*/doc/*']
|
||||
- all: ['*/doc/*']
|
||||
|
||||
translation:
|
||||
- any: ['src/po/*.po']
|
||||
|
Reference in New Issue
Block a user