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 using the various methods to interact with Github's API, it's possible to get rate-limited. This is particularly common with the various mutating operations, like opening issues or leaving comments.
Rather than simply aborting due to failure, we should retry, using the standard exponential back-off strategy, up to a max time.
This will make the tool much more reliable to run automatically.