From ef10b71bb2446dc967fde14f7bb02cc5c74d8cb9 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Wed, 2 Oct 2024 14:27:03 -0500 Subject: [PATCH] Update membership_data.go (#11895) --- .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 198ee69c8219..caca9267c716 100644 --- a/.ci/magician/github/membership_data.go +++ b/.ci/magician/github/membership_data.go @@ -100,5 +100,10 @@ var ( startDate: newDate(2024, 9, 20, bstLoc), endDate: newDate(2024, 9, 23, bstLoc), }, + { + id: "c2thorn", + startDate: newDate(2024, 10, 2, bstLoc), + endDate: newDate(2024, 10, 14, bstLoc), + }, } )