v1.4.2
Patch Changes
-
#286
225a1e8
Thanks @varl! - This patch implements the@octokit/plugin-throttling
plugin and wires
it up with the internal GitHub Octokit instance.This plugin is recommended by the Octokit docs as it implements all the GitHub best practices for integrators.
This should help with
changesets/action
gitting spurious secondary rate limits and failing CI jobs, for which the only known workaround is to simply re-run the job.