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: