Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (37 loc) · 1.13 KB

This repo was originally a fork from https://github.com/anavallasuiza/github-labels

Install

It's recommended to create a python virtual env see more at the docs

pip install -r requirements.txt

Env

Create a .env file with the following content

Token is a personal github token see more at the docs.

TOKEN=random

Variables

Edit the file runner.py setting with the desired configs

owner = 'github_owner_username'
repos = [
    'some_repo_name', 'other_repo_name' 
]

Running

just run

python runner.py

Ref

articles

github labels

tools