From f22326ef0914b724440705cf8578c4146a6785bc Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 6 Aug 2021 13:15:29 +0200 Subject: ci(labeler): add "tests" and "ci" labels to the labeler action (#15287) Also added "CONTRIBUTING.md" file under the "documentation" label since it gets changed fairly often. --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index c80e21ce18..2ba992656a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -36,6 +36,7 @@ "documentation": - runtime/doc/* + - CONTRIBUTING.md "clipboard": - runtime/autoload/provider/clipboard.vim @@ -47,3 +48,12 @@ - CMakeLists.txt - "**/CMakeLists.txt" - "**/*.cmake" + +"tests": + - test/**/* + +"ci": + - .github/labeler.yml + - .github/workflows/**/* + - .builds/* + - ci/**/* -- cgit