From f5f9ad915e554283ccff109fed969d9ef255fb91 Mon Sep 17 00:00:00 2001 From: Kevin Chisholm Date: Thu, 7 Apr 2022 09:06:40 -0500 Subject: [PATCH] Add target field (#101509) --- .github/ISSUE_TEMPLATE/7_cherry_pick.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml index 9be07df5ee..4e6e4c4c5d 100644 --- a/.github/ISSUE_TEMPLATE/7_cherry_pick.yml +++ b/.github/ISSUE_TEMPLATE/7_cherry_pick.yml @@ -17,6 +17,16 @@ body: description: What is the shortened commit hash that has been merged to master/main? validations: required: true + - type: dropdown + id: Target + attributes: + label: Target + description: Should this be cherry-picked to beta or stable? + options: + - stable + - beta + validations: + required: true - type: input id: impacted_users attributes: