From 140a279b458c1ed4b212e1cdc93e7de517ac759e Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Fri, 19 Apr 2024 11:31:57 -0700 Subject: [PATCH] Add myself to vacation reviewers (#10494) --- .ci/magician/github/membership.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index e6f3edc475ee..0632f7b02bc8 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -61,6 +61,11 @@ var ( startDate: newDate(2024, 4, 11, pdtLoc), endDate: newDate(2024, 6, 14, pdtLoc), }, + { + id: "slevenick", + startDate: newDate(2024, 4, 20, pdtLoc), + endDate: newDate(2024, 4, 27, pdtLoc), + }, } )