This repo was originally a fork from https://github.com/anavallasuiza/github-labels
It's recommended to create a python virtual env see more at the docs
pip install -r requirements.txt
Create a .env
file with the following content
Token is a personal github token see more at the docs.
TOKEN=random
Edit the file runner.py
setting with the desired configs
owner = 'github_owner_username'
repos = [
'some_repo_name', 'other_repo_name'
]
just run
python runner.py