[.github] Update cherry-pick template to require PR links (#107856)

This commit is contained in:
Casey Hillers 2022-07-18 15:06:04 -07:00 committed by GitHub
parent ccd33631e3
commit f6a709a6fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,15 @@ body:
- beta
validations:
required: true
- type: input
id: pr_link
attributes:
label: pr_link
description: >-
Link to an open PR that cherrypick's this into the target release branch.
The current branches can be found under release-caniddate-branch.version for [beta](https://github.com/flutter/flutter/blob/beta/bin/internal/release-candidate-branch.version) and [stable](https://github.com/flutter/flutter/blob/stable/bin/internal/release-candidate-branch.version)
validations:
required: true
- type: input
id: impacted_users
attributes: