| Crates.io | gh-label-conductor |
| lib.rs | gh-label-conductor |
| version | 0.1.1 |
| created_at | 2021-09-04 03:32:30.408896+00 |
| updated_at | 2021-09-04 03:44:25.266065+00 |
| description | A small CLI utility for bootstrapping GitHub project labels from a YAML file. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 446704 |
| size | 52,140 |
Small command line utility for updating the labels on a GitHub project from a YAML file. Used to quickly bootstrap common and consistent labels on a project.
categories:
- prefix: P
color: "D93F0B"
labels:
low: "Priority: Low"
medium: "Priority: Medium"
high: "Priority: High"
critical: "Priority: Critical"
- prefix: C
color: "BFD4F2"
labels:
bug: "Category: This is a bug."
enhancement: "Category: An issue or PR with for a proposed enhancement."
tracking-issue: "Category: A tracking issue for a major feature or change."
cargo install gh-label-conductor
export -x GH_TOKEN <GITHUB_PERSONAL_ACCESS_TOKEN>
gh-label-conductor apply <owner>/<repo>