Skip to content

Commit

Permalink
Reformat backport text
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Mar 26, 2024
1 parent acfff6f commit be8af65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nmc-custom-stables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ jobs:
fi
stableprtitle="[${stablebranch}] ${title}"
stableprdescription="\r\n__${stablebranch} baseline for\r\n[#${prnr} ${stableprtitle}](${url})__"
stableprdescription="
__${stablebranch} baseline for__
__[#${prnr} ${stableprtitle}](${url})__
"
gh pr create --title "${stableprtitle}" --body "${stableprdescription}" \
--base "${stablebranch}" --head "${copybranch}" --label custom
echo ":white_check_mark: New PR #{prnr} ${stableprtitle} (not labelled for build, please check)"
Expand Down

0 comments on commit be8af65

Please sign in to comment.