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

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"