mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Document that draft status changes are not reflected (#1064)
The github pull request update API does not accept changing draft status - the only way to do it appears to be through the web UI.
This commit is contained in:
parent
f22a7da129
commit
357cebe268
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ inputs:
|
|||
milestone:
|
||||
description: 'The number of the milestone to associate the pull request with.'
|
||||
draft:
|
||||
description: 'Create a draft pull request'
|
||||
description: 'Create a draft pull request. It is not possible to change draft status after creation except through the web interface'
|
||||
default: false
|
||||
outputs:
|
||||
pull-request-number:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue