Skip to content

Commit

Permalink
Update membership.go (#9806)
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored Jan 11, 2024
1 parent e2e7561 commit 69746d2
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 @@ -47,7 +47,9 @@ var (
}

// 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{}
onVacationReviewers = []string{
"c2thorn",
}
)

type UserType int64
Expand Down

0 comments on commit 69746d2

Please sign in to comment.