diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-03-23 21:40:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 21:40:50 +0800 |
commit | 3875b1fc8d6676d1ceb51852fc1cd43d0463dc99 (patch) | |
tree | a65882c27e4a35ffa876f09fa5b17dd32d3dec1f | |
parent | b02880593e281ce44661ce22e9391edfe921e47e (diff) | |
download | rneovim-3875b1fc8d6676d1ceb51852fc1cd43d0463dc99.tar.gz rneovim-3875b1fc8d6676d1ceb51852fc1cd43d0463dc99.tar.bz2 rneovim-3875b1fc8d6676d1ceb51852fc1cd43d0463dc99.zip |
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.
-rw-r--r-- | .github/labeler.yml | 4 |
1 files changed, 0 insertions, 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.* |