From ea4041e57c61183d40ffa4a6f30226a2d5f6fc62 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Mon, 15 Jul 2024 15:15:08 -0700 Subject: [PATCH] Add rileykarson vacation to assigner +1 day of buffer on the ends. I'll be in for some of this time but won't reliably meet our review SLOs, so just mark the entire block off. --- .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 0bfa56f83a30..314a1ed3bc7f 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -92,6 +92,11 @@ var ( startDate: newDate(2024, 7, 10, pdtLoc), endDate: newDate(2024, 7, 16, pdtLoc), }, + { + id: "rileykarson", + startDate: newDate(2024, 7, 18, pdtLoc), + endDate: newDate(2024, 8, 10, pdtLoc), + }, } )