Merge pull request #14777 from vigoux/label-dependencies

ci: correctly label dependencies PRs
This commit is contained in:
Thomas Vigouroux 2021-06-11 16:33:57 +02:00 committed by GitHub
commit 69255fc7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/labeler.yml vendored
View File

@ -14,6 +14,9 @@
- runtime/lua/vim/treesitter.lua
- runtime/lua/vim/treesitter/*
"dependencies":
- third-party/**/*
"topic: spell":
- src/nvim/spell*
@ -39,3 +42,8 @@
"topic: diff":
- src/nvim/diff.*
"topic: build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/*.cmake"