mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
ci: add platform:nix label when changing nix files (#21569)
Also update the reviewer list.
This commit is contained in:
parent
3d0eca6b65
commit
ab11157808
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@ -64,3 +64,7 @@
|
||||
"filetype":
|
||||
- runtime/lua/vim/filetype.lua
|
||||
- runtime/lua/vim/filetype/detect.lua
|
||||
|
||||
"platform:nix":
|
||||
- contrib/flake.lock
|
||||
- contrib/flake.nix
|
||||
|
4
.github/scripts/reviews.js
vendored
4
.github/scripts/reviews.js
vendored
@ -60,6 +60,10 @@ module.exports = async ({github, context}) => {
|
||||
team_reviewers.push('lsp');
|
||||
}
|
||||
|
||||
if (labels.includes('platform:nix')) {
|
||||
reviewers.add("teto")
|
||||
}
|
||||
|
||||
if (labels.includes('project-management')) {
|
||||
reviewers.add("bfredl")
|
||||
reviewers.add("justinmk")
|
||||
|
Loading…
Reference in New Issue
Block a user