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

Anyone can review a refactor depending on what's being refactored.
This commit is contained in:
dundargoc 2023-02-11 10:47:10 +01:00 committed by GitHub
parent 165b07b269
commit ee87b848a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}