From 7b0836ed01cbf3838869ebf17dc794df9edf79bc Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Fri, 11 Jun 2021 14:20:47 +0200 Subject: ci: correctly label dependencies PRs Configures the labeler to handle PRs related to third-party. --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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" -- cgit