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

Members of a GitHub Org can no longer import #84

Closed joachimweyl closed 1 year ago

joachimweyl commented 2 years ago

Prior to the last update (#82) both members and Owners could import. Now only Owners of an Org can import to repos in that Org. After reviewing the last update it appears that line 3 of helpers.js might be the cause.

joachimweyl commented 2 years ago

I would say either state in the Readme that it only works for Owners/Admins. Or update the code so that it checks and switches based on your access level. The readme would then need something along the lines of letting users know that as an admin they should be able to import many issues and as a member they can only import 20 issues at a time.

gavinr commented 1 year ago

Note the discussion on trade-offs here: https://github.com/gavinr/github-csv-tools/discussions/83#discussioncomment-3423467