From 3875b1fc8d6676d1ceb51852fc1cd43d0463dc99 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 23 Mar 2023 21:40:50 +0800 Subject: [PATCH] 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. --- .github/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ad48287246..111fc5f373 100644 --- 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.*