aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"