Launch new cherry-pick workflow.

Update the issue template to require the beta/stable changelist.

Fixes: b/256803045
Change-Id: Ifd605c155d93eea76b673cc5cfcc58a31b670116
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/267420
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
This commit is contained in:
Jonas Termansen 2022-11-03 16:19:06 +00:00 committed by Commit Queue
parent beacf3d7bf
commit 257441230a

View file

@ -13,21 +13,28 @@ body:
id: commit_hash
attributes:
label: Commit(s) to merge
description: What are the shortened commit hash(es) that have been merged to main?
description: What are the commit hash(es) that have been merged to main?
validations:
required: true
- type: input
id: target
attributes:
label: Target
description: Should this be cherry-picked to beta, stable or both??
description: Should this be cherry-picked to beta, stable or both?
validations:
required: true
- type: input
id: changelist
attributes:
label: Prepared changelist for beta/stable
description: Gerrit changelist against beta/stable per https://github.com/dart-lang/sdk/wiki/Cherry-picks-to-a-release-channel
validations:
required: true
- type: textarea
id: issue_description
attributes:
label: Issue Description
description: Brief description of the issue. What is the issue? What platforms are the problems occurring on?
description: Brief description of the issue. What is the issue? What platforms are the problems occurring on?
validations:
required: true
- type: textarea
@ -59,7 +66,7 @@ body:
id: original_issue
attributes:
label: Issue link(s)
description: Add links to the original issues fixed by this cp
description: Add links to the original issues fixed by this cherry-pick
validations:
required: true
- type: textarea