aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-06-11 14:20:47 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2021-06-11 16:17:41 +0200
commit7b0836ed01cbf3838869ebf17dc794df9edf79bc (patch)
tree0b65f407b717c5292a9cf15874eea9863c1a316e
parent988f88c24e83c37e1dc011e3561fb505ca7b8706 (diff)
downloadrneovim-7b0836ed01cbf3838869ebf17dc794df9edf79bc.tar.gz
rneovim-7b0836ed01cbf3838869ebf17dc794df9edf79bc.tar.bz2
rneovim-7b0836ed01cbf3838869ebf17dc794df9edf79bc.zip
ci: correctly label dependencies PRs
Configures the labeler to handle PRs related to third-party.
-rw-r--r--.github/labeler.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 100f97c5f2..8a7c0639f3 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -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"