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

caver456 suggested overhaul #567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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