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 suspect this is because github is still in the process of checking whether or not this pull request is mergable.
Two fixes are possible:
Add a retry when this error occurs. While this would fix the problem it would lead to an endless loop of retrying for pull requests that are indeed not mergable. So this would require adding a logic to the current retry logic to stop after X attempts - which would be good in general for this project
The simpler solution would be to either find out if github is still processing or retry when the last update is only X seconds old (similar to the wait logic when a pull request was just updated
I suspect this is because github is still in the process of checking whether or not this pull request is mergable.
Two fixes are possible:
merge-with-label/pkg/merge-with-label/worker/should_skip.go
Line 267 in 74cacf0
The text was updated successfully, but these errors were encountered: