Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry API requests on server errors #288

Merged
merged 3 commits into from Oct 31, 2022
Merged

Commits on Oct 31, 2022

  1. Copy the full SHA
    7b8e704 View commit details
    Browse the repository at this point in the history
  2. Move all packages to devDependencies

    Since we're compiling it anyway
    paescuj committed Oct 31, 2022
    Copy the full SHA
    2568bb3 View commit details
    Browse the repository at this point in the history
  3. Use @octokit/types v6

    @actions/github is currently using v6 while @octokit/plugin-retry is
    referencing v8 - this results in a mismatch for workflow runs
    paescuj committed Oct 31, 2022
    Copy the full SHA
    1e0759d View commit details
    Browse the repository at this point in the history