rodrigondec / github-labels

Script to set up good labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Script to set up good labels


Languages

Language:Python 92.6%Language:Makefile 7.4%