action-gh-release icon indicating copy to clipboard operation
action-gh-release copied to clipboard

reintroduce octokit retry and throttling plugins

Open softprops opened this issue 3 years ago • 2 comments

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

softprops avatar Dec 06 '21 04:12 softprops

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 avatar Dec 06 '21 04:12 softprops

@softprops any update on this PR? It would be great to have this retry feature!! :pray:

BotellaA avatar Jan 10 '22 09:01 BotellaA