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
when a PR that is higher up on the stack is accepted, and then re-ordered so that it can be landed, complains about not being accepted. (this only happens for people who do not have permission to override the peer review requirements)
steps to reproduce:
create commit A
create commit B -- NOTE: these are independent commits
spr diff --all
accept Commit/PR B
re-order local main so that B is below A
spr land commit B
get error stating that PR has not been accepted
seems to be similar if not the same issue as #163 (comment), but I thought I should put up my own issue in case they were different.
The text was updated successfully, but these errors were encountered:
when a PR that is higher up on the stack is accepted, and then re-ordered so that it can be landed, complains about not being accepted. (this only happens for people who do not have permission to override the peer review requirements)
steps to reproduce:
seems to be similar if not the same issue as #163 (comment), but I thought I should put up my own issue in case they were different.
The text was updated successfully, but these errors were encountered: