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
@semantic-release/github is currently using its own throttling logic, it was created before there was https://github.com/octokit/plugin-throttling.js/. Replacing the built-in logic with @octokit/plugin-throttling might likely resolve the problem, it's much more battle tested by now.
On a large repo, when releasing for the first time, I am hitting a rate limit:
I think there should be a delay and retry mechanism for this.
This should be simple enough to add with something like
p-retry
package.The text was updated successfully, but these errors were encountered: