node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

Support creating draft pull requests #653

Closed mdelapenya closed 5 years ago

mdelapenya commented 5 years ago

As shown here: https://developer.github.com/v3/pulls/#create-a-pull-request, it's possible to pass a draft boolean variable to the input to create draft PRs

mdelapenya commented 5 years ago

Closing, as super seeded by https://github.com/node-gh/gh/issues/645