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).
Asked
Active
Viewed 2,653 times
3

Meliborn
- 6,495
- 6
- 34
- 53
1 Answers
1
You can't. Once it is merged and closed it can't be reopened.
More details you can find under:

madnan
- 161
- 1
- 7
-
What's your suggestion? – Meliborn Sep 06 '19 at 21:57
-
You'd need to open a new PR, since the existing one can't be reopened once merged. It may be inconvenient, but it's the only option. – bk2204 Sep 06 '19 at 22:25