Skip to content

Commit

Permalink
Remove SarahFrench from vacation list (#10272)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Mar 25, 2024
1 parent 77aabb0 commit b38e639
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/magician/github/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ var (
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{
"SarahFrench",
}
onVacationReviewers = []string{}
)

type UserType int64
Expand Down

0 comments on commit b38e639

Please sign in to comment.