mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
ci: add platform:nix label when changing nix files (#21569)
Also update the reviewer list.
This commit is contained in:
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")
|
||||
|
||||
Reference in New Issue
Block a user