action-gh-release
action-gh-release copied to clipboard
reintroduce octokit retry and throttling plugins
With the last stream up updates came an upgrade to the @actions/github package which made it difficult to configure plugins as one normally would with octokit.
This had the effect of disabling automatic retry behavior with now has become a feature request.
It would seem the community around these actions octokit integrations with actions has moving around and there's a suggestion here to avoid using @actions/github and use @octokit/action instead. I don't have a personal preference so long as the result ends up playing nicer with the octokit ecosystem
Im now seeing ncc generate 3 additional files. I need to investigate why before merging
3kB dist/fixasync.js
17kB dist/sandbox.js
37kB dist/contextify.js
@softprops any update on this PR? It would be great to have this retry feature!! :pray: