Skip to content

Commit 973d00d

Browse files
NickElliotCharles Leon
authored and
Charles Leon
committed
remove nickelliot/zli82016 from vacation reviewers (GoogleCloudPlatform#10080)
* Update membership.go * Update membership.go
1 parent 2d755ba commit 973d00d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci/magician/github/membership.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ var (
4646
trustedContributors = []string{}
4747

4848
// This is for reviewers who are "on vacation": will not receive new review assignments but will still receive re-requests for assigned PRs.
49-
onVacationReviewers = []string{
50-
"zli82016",
51-
"NickElliot",
52-
}
49+
onVacationReviewers = []string{}
5350
)
5451

5552
type UserType int64

0 commit comments

Comments
 (0)