mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
chore(actions): improve backport PRs for readability
This commit is contained in:
parent
ac2da12e2f
commit
bdca68305c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/backport.yml
vendored
4
.github/workflows/backport.yml
vendored
|
|
@ -93,13 +93,13 @@ jobs:
|
||||||
branch_name: "backport-${pull_number}-to-${target_branch}"
|
branch_name: "backport-${pull_number}-to-${target_branch}"
|
||||||
|
|
||||||
# Title template for the backport PR
|
# Title template for the backport PR
|
||||||
pull_title: "[Backport ${target_branch}] ${pull_title}"
|
pull_title: "${pull_title}"
|
||||||
|
|
||||||
# Description template for the backport PR
|
# Description template for the backport PR
|
||||||
pull_description: |
|
pull_description: |
|
||||||
# Backport to ${target_branch}
|
# Backport to ${target_branch}
|
||||||
|
|
||||||
This is an automatic backport of pull request #${pull_number} to `${target_branch}`.
|
This is an automatic backport of pull request #${pull_number} to ${target_branch}.
|
||||||
|
|
||||||
## Original PR Information
|
## Original PR Information
|
||||||
- **Title**: ${pull_title}
|
- **Title**: ${pull_title}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue