mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
ci(labeler): don't automatically add "lua" label (#22765)
The labeler adds "lua" label to too many files. When there is already a "treesitter" or "lsp" label, a "lua" label isn't useful. Instead it's better to add the label manually to PRs for general Lua support.
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -2,10 +2,6 @@
|
|||||||
- runtime/lua/vim/lsp.lua
|
- runtime/lua/vim/lsp.lua
|
||||||
- runtime/lua/vim/lsp/*
|
- runtime/lua/vim/lsp/*
|
||||||
|
|
||||||
"lua":
|
|
||||||
- runtime/lua/**/*
|
|
||||||
- src/nvim/lua/*
|
|
||||||
|
|
||||||
"tui":
|
"tui":
|
||||||
- src/nvim/tui/tui.*
|
- src/nvim/tui/tui.*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user