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.txtCreate a .env file with the following content
Token is a personal github token see more at the docs.
TOKEN=randomEdit 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