mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-26 08:18:21 +02: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
|
@ -49,6 +49,7 @@ export default class PullRequestConfigsParser extends ConfigsParser {
|
|||
folder: `${folder.startsWith("/") ? "" : process.cwd() + "/"}${args.folder ?? this.getDefaultFolder()}`,
|
||||
mergeStrategy: args.strategy,
|
||||
mergeStrategyOption: args.strategyOption,
|
||||
cherryPickOptions: args.cherryPickOptions,
|
||||
originalPullRequest: pr,
|
||||
backportPullRequests: this.generateBackportPullRequestsData(pr, args, targetBranches, bpBranchNames),
|
||||
git: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue