aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-07-28 10:10:45 +0200
committerGitHub <noreply@github.com>2021-07-28 10:10:45 +0200
commit701c21480e5b7ed15bff0e0571787fe220f7de6f (patch)
tree705e8985bcc71deb18c92a40416f2ac7f2070cd5
parentc642f3ac27aa842e374334d11291fd5129ab6887 (diff)
downloadrneovim-701c21480e5b7ed15bff0e0571787fe220f7de6f.tar.gz
rneovim-701c21480e5b7ed15bff0e0571787fe220f7de6f.tar.bz2
rneovim-701c21480e5b7ed15bff0e0571787fe220f7de6f.zip
ci(labeler): update label format
-rw-r--r--.github/labeler.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 282c6b1e7c..1785f9d90b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -17,33 +17,33 @@
"dependencies":
- third-party/**/*
-"topic: spell":
+"topic:spell":
- src/nvim/spell*
-"topic: :terminal":
+"topic:terminal":
- src/nvim/terminal.*
-"topic: column":
+"topic:column":
- src/nvim/mark.h
- src/nvim/mark.c
- src/nvim/sign*
-"topic: folds":
+"topic:folds":
- src/nvim/fold*
-"topic: mouse":
+"topic:mouse":
- src/nvim/mouse*
-"topic: documentation":
+"topic:documentation":
- runtime/doc/*
-"topic: clipboard":
+"topic:clipboard":
- runtime/autoload/provider/clipboard.vim
-"topic: diff":
+"topic:diff":
- src/nvim/diff.*
-"topic: build":
+"topic:build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/*.cmake"