mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
add no-verify option
This commit is contained in:
parent
d36c8e0863
commit
3ecafdd2fc
4 changed files with 20 additions and 6 deletions
|
@ -69,6 +69,9 @@ inputs:
|
|||
draft:
|
||||
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
|
||||
default: false
|
||||
no-verify:
|
||||
description: 'Do not run pre-push steps when pushing'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: 'The pull request number'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue