From ab11157808955c40880cc0efb05d2aa5a21c897a Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:19:23 +0100 Subject: ci: add platform:nix label when changing nix files (#21569) Also update the reviewer list. --- .github/scripts/reviews.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/scripts') diff --git a/.github/scripts/reviews.js b/.github/scripts/reviews.js index ab81a61047..cc6aaa1e8b 100644 --- a/.github/scripts/reviews.js +++ b/.github/scripts/reviews.js @@ -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") -- cgit