git-label
git-label copied to clipboard
Automate and simplify the creation of labels for your GitHub repositories
Export `getLabels` allowing get the current repo labels.
The GitHub API for Issues/Labels supports 3 fields for each label - name, color, and description. Current library supports just name and color.
## Overview This pr adds support for label descriptions! 🗒 ### Changes - [x] Add `Accept` header to enable description support - [x] Add description field to api calls ###...
Just wondering if there's an interest in including some example sets of labels in a dir (like the default ones?) Happy to add some and open a pr!
@jasonbellamy how would you feel if I did a PR to add GitLab support to this?
Listen for status code on git requests in github request and handle errors better. Currently if the token or the reponame are invalid then the request still happens
Prevent the `formatName` exception trying to remove a label with not color passed.
Fixes the swallow errors reported in #10 Screenshot Test
- Allows to add description on the labels. - Updates the `.gitignore` removing the `dist` and other files.