Redesign from request-to-parent to push-to-fork
This commit is contained in:
parent
1a182d0679
commit
053b501145
11 changed files with 563 additions and 157 deletions
src
|
@ -20,7 +20,7 @@ async function run(): Promise<void> {
|
|||
milestone: Number(core.getInput('milestone')),
|
||||
draft: core.getInput('draft') === 'true',
|
||||
branch: core.getInput('branch'),
|
||||
requestToParent: core.getInput('request-to-parent') === 'true',
|
||||
pushToFork: core.getInput('push-to-fork'),
|
||||
base: core.getInput('base'),
|
||||
branchSuffix: core.getInput('branch-suffix')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue