Merge pull request #17598 from dundargoc/ci/reviewer/update-reviewers

ci(reviews): update reviewers
This commit is contained in:
James McCoy 2022-03-04 06:18:14 -05:00 committed by GitHub
commit 6b6e64dfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ module.exports = async ({github, context}) => {
reviewers.add("muniter")
}
if (labels.includes('build')) {
reviewers.add("jamessan")
}
if (labels.includes('ci')) {
reviewers.add("jamessan")
}
@ -29,6 +33,10 @@ module.exports = async ({github, context}) => {
reviewers.add("lewis6991")
}
if (labels.includes('dependencies')) {
reviewers.add("jamessan")
}
if (labels.includes('distribution')) {
reviewers.add("jamessan")
}
@ -70,7 +78,6 @@ module.exports = async ({github, context}) => {
}
if (labels.includes('vim-patch')) {
reviewers.add("janlazo")
reviewers.add("seandewar")
reviewers.add("zeertzjq")
}