Merging stack consistently fails with message: "auto-merge was automatically disabled / Pull Request is not mergeable" #256
Replies: 12 comments 7 replies
CleanShot.2026-07-21.at.15.54.23.mp4I encountered the same problem. |
|
We are running into a similar issue. What are your branch protection setting? |
|
Also having the same issue |
|
Hey all, thanks for the reports. We've identified a bug where approvals are not being appropriately evaluated when merging a stack of multiple PRs. We're actively investigating and will update when we've released a fix. In the meantime, you can get around this by merging one PR at a time. I know it's not ideal, but hopefully that will unblock your workflows in the short-term. Appreciate your patience! |
|
This happens every time when trying to merge multiple PRs at once for me. Merging a single one invalidates reviews on the rest with the automatic rebase. This is.. not ideal. |
|
We're hitting this now. Is there a rough timeline for a fix, or any workarounds besides merging everything one at a time? |
|
I am getting the same issue. |
|
Without this being fixed, Stacks are useless. |
|
Getting the same error |
|
Can't wait for a fix, would be really cool for the last part of the process to work properly 🙏 |
|
Any updates on a fix, @skarim? Our main pain point at the moment is this issue, that @lukemassa mentioned. Since merging the bottom PR dismisses approvals on later PRs, even if the diff hasn't changed, merging a stack requires manual reapproval from a reviewer between each merge. Carrying forward those approvals - even if we still have to merge one by one - would make this process much smoother. |
|
Hitting the exact same issue here: stack of three PRs, all checks green, all approvals in, clean lane to main — and the stack merge still gets rejected. To those saying it's "just less convenient": that's exactly the point. The one-click stack merge is the core value proposition of stacks, not a nice-to-have. Take that away and you're left manually merging PR-by-PR, re-triggering reviews on every rebase — which is precisely the workflow stacks were supposed to kill. The most basic operation the feature exists for doesn't work. That's not "less convenient", that's broken — and it's embarrassing to GitHub. |
Uh oh!
There was an error while loading. Please reload this page.
We're just starting to use stacked PRs, and have run into issues while attempting to merge our first stack from the GitHub UI.
Our stack consists of four small changes, which we have successfully stacked and approved. The topmost PR indicates that the whole stack is ready to merge.
However, when I attempt to merge the stack, I consistently see this experience:
All four commits start spinning, as expected.
All four commits switch to the purple "merging" state, as expected.
This message appears in the PR conversation:
All four commits revert to their pre-merge state.
I don't see any further information regarding why the merge failed, so am unsure what we should try to resolve the issue.
All reactions