mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-28 21:53: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
|
@ -10,7 +10,11 @@ export default class GHAArgsParser implements ArgsParser {
|
|||
auth: getInput("auth") ? getInput("auth") : "",
|
||||
pullRequest: getInput("pull-request"),
|
||||
targetBranch: getInput("target-branch"),
|
||||
folder: getInput("folder") !== "" ? getInput("folder") : undefined
|
||||
folder: getInput("folder") !== "" ? getInput("folder") : undefined,
|
||||
title: getInput("title"),
|
||||
body: getInput("body"),
|
||||
bodyPrefix: getInput("body-prefix"),
|
||||
bpBranchName: getInput("bp-branch-name"),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue