Update cherry-pick issue template to more uniform labels. (#128333)

There are some snake case labels (issue_link) and some sentence case labels (Commit Hash).

This creates inconsistencies in the visual output of the template and when creating automations.
This commit is contained in:
Kevin Chisholm 2023-06-06 11:32:48 -05:00 committed by GitHub
parent e72b4717bf
commit ffab83e6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ body:
- type: input - type: input
id: issue_link id: issue_link
attributes: attributes:
label: issue_link label: Issue Link
description: What is the link to the issue this cherry-pick is addressing? description: What is the link to the issue this cherry-pick is addressing?
validations: validations:
required: true required: true
@ -33,7 +33,7 @@ body:
- type: input - type: input
id: pr_link id: pr_link
attributes: attributes:
label: pr_link label: PR Link
description: >- description: >-
Link to an open PR that cherrypick's this into the target release branch. 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) 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)