Skip to content

Commit dc046ff

Browse files
authored
Update membership.go (GoogleCloudPlatform#9865)
1 parent c011b04 commit dc046ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/magician/github/membership.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ var (
4747
}
4848

4949
// This is for reviewers who are "on vacation": will not receive new review assignments but will still receive re-requests for assigned PRs.
50-
onVacationReviewers = []string{
51-
"c2thorn",
52-
}
50+
onVacationReviewers = []string{}
5351
)
5452

5553
type UserType int64

0 commit comments

Comments
 (0)