Skip to content

Commit

Permalink
Add shuyama1 to onVacationReviewers (GoogleCloudPlatform#7808)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored and Madhura Phadnis committed Apr 27, 2023
1 parent e5475ce commit 8167b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/containers/membership-checker/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ var (
}

// This is for new team members who are onboarding
trustedContributors = []string{
}
trustedContributors = []string{}

// This is for reviewers who are "on vacation": will not receive new review assignments but will still receive re-requests for assigned PRs.
onVacationReviewers = []string{
"roaks3",
"shuyama1",
}
)

Expand Down

0 comments on commit 8167b39

Please sign in to comment.