Skip to content

Commit

Permalink
Merge pull request #17598 from dundargoc/ci/reviewer/update-reviewers
Browse files Browse the repository at this point in the history
ci(reviews): update reviewers
  • Loading branch information
jamessan committed Mar 4, 2022
2 parents ead0a5a + b842f54 commit 6b6e64d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/scripts/reviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand All @@ -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")
}
Expand Down Expand Up @@ -70,7 +78,6 @@ module.exports = async ({github, context}) => {
}

if (labels.includes('vim-patch')) {
reviewers.add("janlazo")
reviewers.add("seandewar")
reviewers.add("zeertzjq")
}
Expand Down

0 comments on commit 6b6e64d

Please sign in to comment.