From 8ea8110aa5e779312a173448e82b54fb3d923dc7 Mon Sep 17 00:00:00 2001 From: Hao Nan Li Date: Wed, 25 Oct 2023 12:04:03 -0700 Subject: [PATCH] Add hao-nan-li to on vacation list --- .ci/magician/github/membership.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 80b96c3873b5..5d6e71bc0247 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -30,7 +30,9 @@ var ( trustedContributors = []string{} // 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{} + onVacationReviewers = []string{ + "hao-nan-li", + } ) type UserType int64