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:
Will Thames 2022-02-23 16:18:03 +10:00 committed by GitHub
parent f22a7da129
commit 357cebe268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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: