diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-11 10:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-11 10:47:10 +0100 |
commit | ee87b848a2dc7ca3d3cfb871afcd351274f612dc (patch) | |
tree | b57493d38941662ecaec93b47f718cd2cb3ca782 | |
parent | 165b07b2692ef131affecbbed432f27f16512124 (diff) | |
download | rneovim-ee87b848a2dc7ca3d3cfb871afcd351274f612dc.tar.gz rneovim-ee87b848a2dc7ca3d3cfb871afcd351274f612dc.tar.bz2 rneovim-ee87b848a2dc7ca3d3cfb871afcd351274f612dc.zip |
ci: remove reviewers from the refactor label (#22216)
Anyone can review a refactor depending on what's being refactored.
-rw-r--r-- | .github/scripts/reviews.js | 4 |
1 files changed, 0 insertions, 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") } |