Add target field (#101509)

This commit is contained in:
Kevin Chisholm 2022-04-07 09:06:40 -05:00 committed by GitHub
parent 31668eef40
commit f5f9ad915e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: