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

Rate limit fix #82

Merged
merged 6 commits into from
Aug 17, 2022
Merged

Rate limit fix #82

merged 6 commits into from
Aug 17, 2022

Conversation

gavinr
Copy link
Owner

@gavinr gavinr commented Aug 17, 2022

When importing, switches from using octokit.issues.create() to sending a raw request (octokit.request()) to https://api.github.com/repos/${GITHUB_USERNAME}/${GITHUB_REPONAME}/import/issues to avoid GitHub rate limit issues. Resolves #3.

Also added some logging to resolve #77.

Thanks @cyrmans

@gavinr gavinr merged commit 17a155a into master Aug 17, 2022
@gavinr gavinr deleted the rate-limit-fix branch August 17, 2022 02:52
@github-actions
Copy link

🎉 This PR is included in version 3.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please add percentage process (1% 2%) when running Rate Limiting on Import
1 participant