• v8 c0f553fe54

    Ghost released this 2026-01-21 15:20:27 +00:00 | 4 commits to main since this release

    Add the retry plugin to automatically retry requests that fail with
    server errors (5xx status codes). Configure the plugin to exclude 429
    (rate limit) from retries since that is already handled by the
    throttling plugin.

    • Add @octokit/plugin-retry dependency
    • Register retry plugin in Octokit client
    • Export retryOptions with doNotRetry list excluding 429
    • Apply retryOptions in GitHubHelper constructor
    Downloads