From 13e0b26a522ca2dc631e0cffa6710bebad7cd584 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Thu, 14 Dec 2023 12:36:21 -0600 Subject: [PATCH] Add c2thorn to vacation reviewers for December (#9643) --- .ci/magician/github/membership.go | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 21aaea6f459b..993c9ddd0e62 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -49,6 +49,7 @@ var ( // This is for reviewers who are "on vacation": will not receive new review assignments but will still receive re-requests for assigned PRs. onVacationReviewers = []string{ "hao-nan-li", + "c2thorn", } )