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
For some reason when I run spr land on an accepted and CI passed PR, it would re-trigger the CI and would tell me that
β GitHub Pull Request merge failed
π GitHub: 11 of 11 required status checks have not succeeded: 10 expected and 1 pending.
And after I wait for that 11 checks finish and run spr land again, it would happen again ... as a result i wouldn't be able to merge the PR with the tool. Is this a known issue?
One possibility is I did re-arrange (via rebase) the stack after run spr diff on some PRs. Is that what messing up with spr?
Thanks
The text was updated successfully, but these errors were encountered:
Sometimes spr land needs to push a commit to your PR branch just before it requests the merge. This is in the context of stacked PRs.
If you do spr diff - then wait for your CI to finish - and then do spr land, does that work?
Hi,
For some reason when I run
spr land
on an accepted and CI passed PR, it would re-trigger the CI and would tell me thatAnd after I wait for that 11 checks finish and run
spr land
again, it would happen again ... as a result i wouldn't be able to merge the PR with the tool. Is this a known issue?One possibility is I did re-arrange (via rebase) the stack after run
spr diff
on some PRs. Is that what messing up withspr
?Thanks
The text was updated successfully, but these errors were encountered: