Skip to content

dobtco/repo_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo_setup

This repository handles the provisioning of labels across our GitHub repositories. To read about our labels and their usage, see labels.yml.

Configuration

cp .env.example .env and configure with a personal access token.

Usage

To add labels from labels.yml

./repo_setup add org/repo

To remove labels that aren't present in labels.yml

./repo_setup remove org/repo

2-in-1 (add & remove)

./repo_setup setup org/repo

To add labels to every repo in an organization

./repo_setup add dobtco

To remove specified labels

./repo_setup remove_specified org/repo invest_hi,invest_low,invest_med

About

Configures DOBT's repo labels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages