From b38e6391e0261aa479b7f16fa23fad1c846b5db0 Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:15:53 +0100 Subject: [PATCH] Remove SarahFrench from vacation list (#10272) --- .ci/magician/github/membership.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 112388d4a75a..908970d1b08f 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -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