mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-30 22:53:49 +00:00
feat: add --cherry-pick-options to add to all cherry-pick run (#116)
Fixes: https://github.com/kiegroup/git-backporting/issues/111
This commit is contained in:
parent
53cc505f17
commit
fe6be83074
18 changed files with 179 additions and 81 deletions
|
@ -97,6 +97,10 @@ inputs:
|
|||
description: Cherry-pick merge strategy option
|
||||
required: false
|
||||
default: "theirs"
|
||||
cherry-pick-options:
|
||||
description: >
|
||||
Additional cherry-pick options
|
||||
required: false
|
||||
comments:
|
||||
description: >
|
||||
Semicolon separated list of additional comments to be posted to the backported pull request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue