commit | f1952d9fa8ef15cd0689f766f070df3eb7830a22 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Nov 11 09:14:48 2023 +0100 |
committer | GitHub <noreply@github.com> | Sat Nov 11 09:14:48 2023 +0100 |
tree | ef23063c3958c7f5651ceea9c08a2e1a3fdd4421 | |
parent | 4f9074b96cc7efb1c829ca74902a851551dcf4e8 [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>
diff --git a/.github/labeler.yml b/.github/labeler.yml index d75ed4e..93cd087 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml
@@ -9,7 +9,7 @@ - any: ['.codecov.yml'] documentation: -- any: ['*/doc/*'] +- all: ['*/doc/*'] translation: - any: ['src/po/*.po']