Meliborn
Meliborn

Reputation: 6645

How to re-open merged pull-request in Github?

I opened PR and accidentely merge it into another branch. After than, I reverted this merge (via git revert hash -m 1) and wanna re-open my PR. But I don't see re-open button. Also there weren't revert button near my merge. What can I do to re-open PR (it has code reviews, comments, etc. and I can't just create a new PR).

Upvotes: 3

Views: 3965

Answers (1)

madnan
madnan

Reputation: 171

You can't. Once it is merged and closed it can't be reopened.

More details you can find under:

GitHub: Reopening a merged pull request

Upvotes: 1

Related Questions