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

Patch Lack of API call checking in enrich_cntrb_id #1427

Merged
merged 5 commits into from
Aug 15, 2021

Conversation

IsaacMilarky
Copy link
Contributor

Previously, enrich_cntrb_id did not update the rate limit of the api key before it was hitting endpoints. I have restructured the api request to be pretty similar to to how it updates the rate limit in paginate_endpoint. Also there was a duplicate update_gh_rate_limit for some reason that was identical to the other one that has since been deleted. This pull request is a response to #1423.

Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
@IsaacMilarky IsaacMilarky requested a review from sgoggins as a code owner August 13, 2021 20:20
Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
Copy link
Member

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sgoggins sgoggins merged commit 7411ecc into test Aug 15, 2021
@sgoggins sgoggins linked an issue Aug 15, 2021 that may be closed by this pull request
@IsaacMilarky IsaacMilarky deleted the enrich-cntrb-key-patch-2 branch August 16, 2021 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enrich_cntrb method not checking for additional tokens
2 participants