Skip to content

Commit

Permalink
Add BBBmau to trusted contributors (GoogleCloudPlatform#9357)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Oct 26, 2023
1 parent b2de0d5 commit 84a4be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/magician/github/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ var (
}

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

// 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{
Expand Down

0 comments on commit 84a4be7

Please sign in to comment.