From 93566e12f6a47b0585166831f723e0345172f37b Mon Sep 17 00:00:00 2001 From: Ryan Oaks Date: Fri, 13 Sep 2024 17:47:01 -0400 Subject: [PATCH] Add roaks3 vacation (#11710) --- .ci/magician/github/membership_data.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ci/magician/github/membership_data.go b/.ci/magician/github/membership_data.go index b43449058d81..8db579acc668 100644 --- a/.ci/magician/github/membership_data.go +++ b/.ci/magician/github/membership_data.go @@ -90,5 +90,10 @@ var ( startDate: newDate(2024, 8, 24, pdtLoc), endDate: newDate(2024, 9, 2, pdtLoc), }, + { + id: "roaks3", + startDate: newDate(2024, 9, 13, pdtLoc), + endDate: newDate(2024, 9, 20, pdtLoc), + }, } )