mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-30 06:33:47 +00:00
fix: preserve new lines in body and comments (#72)
This commit is contained in:
parent
a402fa4525
commit
fa43ffc1dc
7 changed files with 44 additions and 38 deletions
|
@ -29,11 +29,11 @@ inputs:
|
|||
title:
|
||||
description: "Backporting PR title. Default is the original PR title prefixed by the target branch"
|
||||
required: false
|
||||
body:
|
||||
description: "Backporting PR body. Default is the original PR body prefixed by `backport: <original-pr-link>`"
|
||||
required: false
|
||||
body-prefix:
|
||||
description: "Backporting PR body prefix. Default is `backport: <original-pr-link>`"
|
||||
description: "Backporting PR body prefix. Default is `Backport: <original-pr-link>`"
|
||||
required: false
|
||||
body:
|
||||
description: "Backporting PR body. Default is the original PR body"
|
||||
required: false
|
||||
bp-branch-name:
|
||||
description: "Backporting PR branch name. Default is auto-generated from commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue