ci: correctly label dependencies PRs

Configures the labeler to handle PRs related to third-party.
This commit is contained in:
Thomas Vigouroux
2021-06-11 14:20:47 +02:00
parent 988f88c24e
commit 7b0836ed01

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"