Skip to content

Commit

Permalink
ci: correctly label dependencies PRs
Browse files Browse the repository at this point in the history
Configures the labeler to handle PRs related to third-party.
  • Loading branch information
vigoux committed Jun 11, 2021
1 parent 988f88c commit 7b0836e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- runtime/lua/vim/treesitter.lua
- runtime/lua/vim/treesitter/*

"dependencies":
- third-party/**/*

"topic: spell":
- src/nvim/spell*

Expand All @@ -39,3 +42,8 @@

"topic: diff":
- src/nvim/diff.*

"topic: build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/*.cmake"

0 comments on commit 7b0836e

Please sign in to comment.