mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
22072b11e8
commit
f22326ef09
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
@ -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/**/*
|
||||
|
Loading…
Reference in New Issue
Block a user