Skip to content

Commit

Permalink
ci(labeler): don't automatically add "lua" label (neovim#22765)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zeertzjq authored Mar 23, 2023
1 parent b028805 commit 3875b1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
- runtime/lua/vim/lsp.lua
- runtime/lua/vim/lsp/*

"lua":
- runtime/lua/**/*
- src/nvim/lua/*

"tui":
- src/nvim/tui/tui.*

Expand Down

0 comments on commit 3875b1f

Please sign in to comment.