aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-06-29 18:54:27 +0200
committerGitHub <noreply@github.com>2021-06-29 18:54:27 +0200
commitf969b4bfb17df247ded484a9cc9d10ea16d58658 (patch)
tree89ea9078e114c8ecadb5c492dbcc5a4b425cb865
parent2bcf18deaa32ad371b6de349b353d42e9b1c9ea0 (diff)
downloadrneovim-f969b4bfb17df247ded484a9cc9d10ea16d58658.tar.gz
rneovim-f969b4bfb17df247ded484a9cc9d10ea16d58658.tar.bz2
rneovim-f969b4bfb17df247ded484a9cc9d10ea16d58658.zip
fix(ci): change autolabel to "treesitter"
Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency.
-rw-r--r--.github/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 8a7c0639f3..282c6b1e7c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -9,7 +9,7 @@
"tui":
- src/nvim/tui/tui.*
-"tree-sitter":
+"treesitter":
- src/nvim/lua/treesitter.*
- runtime/lua/vim/treesitter.lua
- runtime/lua/vim/treesitter/*