From 8b07d39a393952765b41871afadfede1260d47bf Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Fri, 19 Apr 2024 11:12:46 -0700 Subject: [PATCH] Add myself to vacation reviewers --- .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), + }, } )