Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 716 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 716 Bytes

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