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
I'm pretty regularly running into this error when landing a stack:
ERROR: Associated PR is not mergeable on GitHub!
e42b9158 (#9899, 'gabriel/stack/1' -> 'main'): ...
Please fix the issues on GitHub.
PR info from github: {'baseRefName': 'main', 'body': '...', 'headRefName': 'gabriel/stack/1', 'mergeStateStatus': 'UNKNOWN', 'number': 9899, 'state': 'OPEN', 'title': '...`', 'url': 'https://github.com/.../pull/9899'}
This usually happens when another PR was merged and no one looked at the PR since then. Usually the Github UI will show some kind of processing indicator. If I just re-run stack-pr land it then works immediately. It would be great if stack-pr could detect the UNKNOWN state and then just internally retry after waiting a few seconds.
The text was updated successfully, but these errors were encountered:
I have a similar problem with the mergeStateStatus is UNSTABLE, in my case it's impossible to land the code if some optional github checks are not passing, on the other hand I can land the code on github.
I'm pretty regularly running into this error when landing a stack:
This usually happens when another PR was merged and no one looked at the PR since then. Usually the Github UI will show some kind of processing indicator. If I just re-run
stack-pr land
it then works immediately. It would be great ifstack-pr
could detect theUNKNOWN
state and then just internally retry after waiting a few seconds.The text was updated successfully, but these errors were encountered: