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
merge the lowest PR in the stack through the GitHub UI
run git spr update
proceed as usual
I assume the way things can go "bad" is if you accidentally merge a branch that's targeting one of the automatically created spr branches instead of main, for example.
The error message that gets tacked on at the end of PR messages should be updated to reflect this. Either of the following seems reasonable to me:
omit the message entirely for the lowest PR in the stack
update the message to explain what github UI merge opterations do or do not break the expected flow with spr
The text was updated successfully, but these errors were encountered:
It seems that it is in fact FINE to:
git spr update
I assume the way things can go "bad" is if you accidentally merge a branch that's targeting one of the automatically created spr branches instead of
main
, for example.The error message that gets tacked on at the end of PR messages should be updated to reflect this. Either of the following seems reasonable to me:
The text was updated successfully, but these errors were encountered: