From f969b4bfb17df247ded484a9cc9d10ea16d58658 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 29 Jun 2021 18:54:27 +0200 Subject: [PATCH] fix(ci): change autolabel to "treesitter" Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*