user3362577
user3362577

Reputation: 65

Cancel a closed pull request [GitHub]

I closing my pull request accidentally !!

So my pull request is closed state right now .how I can open this pull request ?

Upvotes: 1

Views: 263

Answers (2)

CodeWizard
CodeWizard

Reputation: 141946

You should have a reopen button on the button of your pull request

enter image description here

Click on it to re-open it.


If for some reason you still cant re-open it you can always push your changes again to github and open a new pull request.

Upvotes: 4

maxdelia
maxdelia

Reputation: 868

Try commenting your pull request, a button labeled "submit and re-open" should appear on comment form allowing you to reopening it.

Upvotes: 2

Related Questions