chore(actions): improve backport PRs for readability

This commit is contained in:
Cal Bera 2025-08-15 10:40:13 -07:00
parent ac2da12e2f
commit bdca68305c

View file

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