Merge pull request #14931 from clason/patch-1

fix(ci): change autolabel to "treesitter"
This commit is contained in:
Björn Linse 2021-06-29 20:03:15 +02:00 committed by GitHub
commit 845d5ab305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/labeler.yml vendored
View File

@ -9,7 +9,7 @@
"tui":
- src/nvim/tui/tui.*
"tree-sitter":
"treesitter":
- src/nvim/lua/treesitter.*
- runtime/lua/vim/treesitter.lua
- runtime/lua/vim/treesitter/*