mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
fix(ci): change autolabel to "treesitter"
Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency.
This commit is contained in:
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -9,7 +9,7 @@
|
|||||||
"tui":
|
"tui":
|
||||||
- src/nvim/tui/tui.*
|
- src/nvim/tui/tui.*
|
||||||
|
|
||||||
"tree-sitter":
|
"treesitter":
|
||||||
- src/nvim/lua/treesitter.*
|
- src/nvim/lua/treesitter.*
|
||||||
- runtime/lua/vim/treesitter.lua
|
- runtime/lua/vim/treesitter.lua
|
||||||
- runtime/lua/vim/treesitter/*
|
- runtime/lua/vim/treesitter/*
|
||||||
|
|||||||
Reference in New Issue
Block a user