neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ee87b848a2dc7ca3d3cfb871afcd351274f612dc
parent 165b07b2692ef131affecbbed432f27f16512124
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sat, 11 Feb 2023 10:47:10 +0100

ci: remove reviewers from the refactor label (#22216)

Anyone can review a refactor depending on what's being refactored.
Diffstat:
M.github/scripts/reviews.js | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git 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") }