diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 4a3f34fe103f..d975f74edf2d 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), }, } )