diff options
-rw-r--r-- | .github/labeler.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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/**/* |