aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-08-06 13:15:29 +0200
committerGitHub <noreply@github.com>2021-08-06 13:15:29 +0200
commitf22326ef0914b724440705cf8578c4146a6785bc (patch)
treec732d3bc2ab9e953edd4c0ebb78911d05aeb51ff
parent22072b11e8508f0d9cbad29b45ee039cf115e867 (diff)
downloadrneovim-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.yml10
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/**/*