You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-post the conflict comment when the resumed head lacks the squash commit (#62)
A PR whose conflict comment predates the git-merge-onto switch got
stranded: on resume the new head-contains-squash check failed, and the
error told the user to run a `git-merge-onto` command their (old-format)
comment never contained. Every push re-hit the same red run.
When the resumed head lacks the squash commit, re-post the current
conflict comment and keep the label armed instead of dead-ending, so the
next push has working instructions. Also covers pushing before the
re-parent is finished. The run still returns nonzero so the PR reads as
unresolved.
Observed on
[scortexio/sensei#7997](https://github.com/scortexio/sensei/actions/runs/28799772953/job/85399685085?pr=7997).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments