A bulk ticket creator for GitHub issues! Create a bunch of issues all at once with one Python script and one .csv file.
Python script requires pointing to a .csv. This .csv file should have extraneous header rows removed (see sample-issues.csv
)
-
Your personal access token from GitHub
-
The organization that your target repository lives in
-
The repository to which you're intending to add issues
-
The location and file name of your .csv (in a format like
sample-issues.csv
)
- This script relies on an external library called github3.py. There is no support for adding multiple assignees yet :(