feat: add --cherry-pick-options to add to all cherry-pick run

Fixes: https://github.com/kiegroup/git-backporting/issues/111
This commit is contained in:
Earl Warren 2024-04-01 22:39:06 +02:00
parent 53cc505f17
commit 14372405ce
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
18 changed files with 179 additions and 81 deletions

View file

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