diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-08-06 13:15:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 13:15:29 +0200 |
commit | f22326ef0914b724440705cf8578c4146a6785bc (patch) | |
tree | c732d3bc2ab9e953edd4c0ebb78911d05aeb51ff | |
parent | 22072b11e8508f0d9cbad29b45ee039cf115e867 (diff) | |
download | rneovim-f22326ef0914b724440705cf8578c4146a6785bc.tar.gz rneovim-f22326ef0914b724440705cf8578c4146a6785bc.tar.bz2 rneovim-f22326ef0914b724440705cf8578c4146a6785bc.zip |
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.
-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/**/* |