Document that draft status changes are not reflected

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-22 18:21:51 +10:00
parent f22a7da129
commit b5a4609126
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: