ci(labeler): add "tests" and "ci" labels to the labeler action (#15287)

Also added "CONTRIBUTING.md" file under the "documentation" label since
it gets changed fairly often.
This commit is contained in:
dundargoc 2021-08-06 13:15:29 +02:00 committed by GitHub
parent 22072b11e8
commit f22326ef09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.github/labeler.yml vendored
View File

@ -36,6 +36,7 @@
"documentation":
- runtime/doc/*
- CONTRIBUTING.md
"clipboard":
- runtime/autoload/provider/clipboard.vim
@ -47,3 +48,12 @@
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/*.cmake"
"tests":
- test/**/*
"ci":
- .github/labeler.yml
- .github/workflows/**/*
- .builds/*
- ci/**/*