Skip to content

Conversation

@caver456
Copy link

Hi, I just used the core concept from your code to import about 300 issues from a google sheets spreadsheet, via csv, in to github. The edits I made are pretty significant, and I just wanted to offer it to you in case you wanted to put it in your repository. Let me know if you have any questions or if there's anything you'd like me to clean up in case you did want to include it. Thanks. Here's a summary of the changes but hopefully the comments in the code are helpful:

  • use python requests instead of external dependency on curl
  • accomodate special columns Status, Priority, Milestone, HelpWanted
  • if status starts with DONE or CANCEL, close the issue after creating
    it
  • add a comment with full status text as needed
  • map any additional columns to labels
  • other edits

- use python requests instead of external dependency on curl
- accomodate special columns Status, Priority, Milestone, HelpWanted
- if status starts with DONE or CANCEL, close the issue after creating
it
- add a comment with full status text as needed
- map any additional columns to labels
- other edits
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.

1 participant