mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-01 07:03:47 +00:00
feat(issue-17): override backporting pr data (#29)
This commit is contained in:
parent
1732481b37
commit
941beda208
15 changed files with 279 additions and 30 deletions
12
action.yml
12
action.yml
|
@ -15,6 +15,18 @@ inputs:
|
|||
target-branch:
|
||||
description: "Branch where the pull request must be backported to."
|
||||
required: true
|
||||
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>`"
|
||||
required: false
|
||||
bp-branch-name:
|
||||
description: "Backporting PR branch name. Default is auto-generated from commit."
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue