ci: update reviewers

This commit is contained in:
dundargoc 2023-04-02 17:37:05 +02:00 committed by GitHub
parent 269dd747b6
commit 598ff4f7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,10 @@ module.exports = async ({github, context}) => {
const team_reviewers = new Array()
if (labels.includes('api')) {
reviewers.add("bfredl")
reviewers.add("muniter")
}
if (labels.includes('build')) {
reviewers.add("jamessan")
reviewers.add("justinmk")
team_reviewers.push('ci');
}
if (labels.includes('ci')) {