mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
feat: add input for branch delete
This commit is contained in:
parent
5ea31358e9
commit
a49ee3308e
6 changed files with 34 additions and 17 deletions
|
@ -27,6 +27,11 @@ inputs:
|
|||
branch:
|
||||
description: 'The pull request branch name.'
|
||||
default: 'create-pull-request/patch'
|
||||
delete-branch:
|
||||
description: >
|
||||
Delete the `branch` when closing pull requests, and when undeleted after merging.
|
||||
Recommend `true`.
|
||||
default: false
|
||||
branch-suffix:
|
||||
description: 'The branch suffix type when using the alternative branching strategy.'
|
||||
base:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue