Redesign from request-to-parent to push-to-fork

This commit is contained in:
Peter Evans 2020-07-18 15:33:46 +09:00
parent 1a182d0679
commit 053b501145
11 changed files with 563 additions and 157 deletions

View file

@ -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')
}