From a1848839cb9855f70e935106ab3ad03d66efedb3 Mon Sep 17 00:00:00 2001 From: "Stephen Lewis (Burrows)" Date: Tue, 30 Apr 2024 15:24:04 -0700 Subject: [PATCH] Modified reviewer vacations (#10567) --- .ci/magician/github/membership.go | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 4a3f34fe103..d975f74edf2 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -66,11 +66,16 @@ var ( id: "SarahFrench", startDate: newDate(2024, 4, 20, bstLoc), endDate: newDate(2024, 4, 23, bstLoc), - }, - { - id: "slevenick", - startDate: newDate(2024, 4, 20, pdtLoc), - endDate: newDate(2024, 4, 27, pdtLoc), + }, + { + id: "slevenick", + startDate: newDate(2024, 4, 20, pdtLoc), + endDate: newDate(2024, 4, 27, pdtLoc), + }, + { + id: "ScottSuarez", + startDate: newDate(2024, 4, 30, pdtLoc), + endDate: newDate(2024, 7, 31, pdtLoc), }, } )