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

fix: use "secondary" instead of "abuse" for rate limit #2266

Merged
merged 1 commit into from Aug 9, 2022

Commits on Aug 4, 2022

  1. Use "secondary" instead of "abuse" for rate limit.

    GitHub renamed `abuse limits` to `secondary rate limits` in 2021:
    https://docs.github.com/en/rest/overview/resources-in-the-rest-api#secondary-rate-limits
    
    `@octokit/plugin-throttling` followed suit in March 2022, and released
    version `3.6.0` with this new name (and deprecated `onAbuseLimit`):
    octokit/plugin-throttling.js#455
    
    This commit updates the codebase to use the new name.
    nimadini committed Aug 4, 2022
    Copy the full SHA
    99290c4 View commit details
    Browse the repository at this point in the history