gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
650 stars 116 forks source link

Rate limit fix #82

Closed gavinr closed 2 years ago

gavinr commented 2 years ago

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

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 3.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: