Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to turn a pull request back into a draft pull request?

I started using the new draft pull request feature on Github, but I'm wondering if I can turn a legit pull request back into a draft pull request in the case I accidentally make a pull request.

like image 966
dk7518 Avatar asked Mar 19 '19 18:03

dk7518


People also ask

Can you reopen a pull request?

You need the rights to reopen pull requests on the repository. The pull request hasn't been merged, just closed. Go to Pull requests add filter `is:closed` choose PR you want to reopen. Select from checkbox and mark as Open.

Can I make changes after pull request?

To edit a pull request, you push new changes into the same branch that was used for the pull request. Github will update everything else automatically.

Can draft pull request be reviewed?

When you're ready to get feedback on your pull request, you can mark your draft pull request as ready for review. Marking a pull request as ready for review will request reviews from any code owners.


1 Answers

As stated on Twitter from the GitHub Support, there is currently no way to do so.

There is not currently a way to convert an existing pull request into a draft. Thanks for the suggestion! I've passed it on to the appropriate team. Thanks!


Update:

It is now possible to turn a pull request into a draft pull request. You can read about it in the Github Help Documentation.

like image 158
Querenker Avatar answered Nov 02 '22 04:11

Querenker