Fetch info and details about milestones of Github repos and their issues in order to put the info into a gist.
pip install -r requirements.txt
- Generate Github API token and put into
GITHUB_TOKEN
. Make sure it can edit gists. - Create a gist and put its id into
GIST_ID
- Put the description of your gist info
GIST_DESCRIPTION
- Put the filename of your gist info
GIST_FILENAME
- Generate Zenhub API token and put into
ZENHUB_TOKEN
- Put your Zenhub workspace id into
ZENHUB_WORKSPACE_ID
- Put list of Zenhub pipeline ids that contain open issues into
ZENHUB_OPEN_PIPELINE_IDS
- Put the list of repositories that base releases on milestones into
REPOS_M
- Put the list of repositories that don't use milestones into
REPOS_P
python run.py