ci(labeler): adapt to new label names

This commit is contained in:
Christian Clason 2021-07-28 17:29:27 +02:00 committed by GitHub
parent 6c08af083d
commit ac5139eae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

18
.github/labeler.yml vendored
View File

@ -17,33 +17,33 @@
"dependencies":
- third-party/**/*
"topic:spell":
"spell":
- src/nvim/spell*
"topic:terminal":
"terminal":
- src/nvim/terminal.*
"topic:column":
"column":
- src/nvim/mark.h
- src/nvim/mark.c
- src/nvim/sign*
"topic:folds":
"folds":
- src/nvim/fold*
"topic:mouse":
"mouse":
- src/nvim/mouse*
"topic:documentation":
"documentation":
- runtime/doc/*
"topic:clipboard":
"clipboard":
- runtime/autoload/provider/clipboard.vim
"topic:diff":
"diff":
- src/nvim/diff.*
"topic:build":
"build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/*.cmake"