Skip to content
Discussion options

You must be logged in to vote

Hi friend 👋

This isn’t a GitHub bug — it happens because the pull request’s base and head commit history no longer match what GitHub expects.
When a PR is closed, GitHub will only allow reopening if the exact branch history still matches the original state. Because you moved commits between branches and rewrote history, GitHub now sees the PR as outdated, so the “Reopen pull request” button stays disabled.

✅ How to fix it
The only real solution is to create a new pull request with your updated master branch:
1.Make sure your master branch contains all the changes you want.
2. Push everything to GitHub.
3. Create a new PR from your master to PixelGuys/Cubyz.

GitHub won’t allow reopening th…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by blackedout01
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Question Ask and answer questions about GitHub features and usage
3 participants