mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Add support for committing with no-verify
This commit is contained in:
parent
2827897dcc
commit
a9029b0f6a
5 changed files with 15 additions and 3 deletions
|
@ -71,6 +71,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
|
||||
skip-hooks:
|
||||
description: 'Skip hooks when committing changes'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
description: 'The pull request number'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue