From a00babf47b05984a50725bbb8e136e19416528f3 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Mon, 24 Apr 2023 21:10:03 +0700 Subject: [PATCH] [Process] Update cherry-pick template assignees (#125402) Updates the cherry-pick template to add @itsjustkevin as primary and @CaseyHillers as secondary assignees to all cherry-pick requests. --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 8b0f66b2f7d90..99a7acc73b57b 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -2,6 +2,9 @@ name: Request a cherry-pick. description: As a contributor, you would like to request that a feature be cherry-picked into a release. title: '[CP] ' labels: ['cp: review'] +assignees: + - itsjustkevin + - caseyhillers body: - type: input id: issue_link