mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-02 14:53:44 +00:00
close-merge input
Fixes: https://code.forgejo.org/actions/cascading-pr/issues/7
This commit is contained in:
parent
f8a65b3d9f
commit
5caaedbc52
7 changed files with 80 additions and 9 deletions
|
@ -60,6 +60,9 @@ inputs:
|
|||
required: true
|
||||
prefix:
|
||||
description: 'prefix of the cascading PR created on destination-repo (default to {origin-repo})'
|
||||
close-merge:
|
||||
description: 'if true the cascading PR will be closed and the branch deleted when the PR is merged'
|
||||
default: false
|
||||
verbose:
|
||||
description: 'if true print verbose information'
|
||||
default: false
|
||||
|
@ -97,4 +100,5 @@ runs:
|
|||
--destination-branch "${{ inputs.destination-branch }}" \
|
||||
--update "${{ inputs.update }}" \
|
||||
--prefix "${{ inputs.prefix }}" \
|
||||
--close-merge "${{ inputs.close-merge }}" \
|
||||
run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue