commit 3875b1fc8d6676d1ceb51852fc1cd43d0463dc99
parent b02880593e281ce44661ce22e9391edfe921e47e
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 23 Mar 2023 21:40:50 +0800
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.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
@@ -2,10 +2,6 @@
- runtime/lua/vim/lsp.lua
- runtime/lua/vim/lsp/*
-"lua":
- - runtime/lua/**/*
- - src/nvim/lua/*
-
"tui":
- src/nvim/tui/tui.*