From ee87b848a2dc7ca3d3cfb871afcd351274f612dc Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sat, 11 Feb 2023 10:47:10 +0100 Subject: [PATCH] ci: remove reviewers from the refactor label (#22216) Anyone can review a refactor depending on what's being refactored. --- .github/scripts/reviews.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/scripts/reviews.js b/.github/scripts/reviews.js index cc6aaa1e8b..0ed382ac30 100644 --- a/.github/scripts/reviews.js +++ b/.github/scripts/reviews.js @@ -69,10 +69,6 @@ module.exports = async ({github, context}) => { reviewers.add("justinmk") } - if (labels.includes('refactor')) { - reviewers.add("bfredl") - } - if (labels.includes('test')) { reviewers.add("justinmk") }