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:
zeertzjq 2023-03-23 21:40:50 +08:00 committed by GitHub
parent b02880593e
commit 3875b1fc8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/labeler.yml vendored
View File

@ -2,10 +2,6 @@
- runtime/lua/vim/lsp.lua
- runtime/lua/vim/lsp/*
"lua":
- runtime/lua/**/*
- src/nvim/lua/*
"tui":
- src/nvim/tui/tui.*