github-label-sync icon indicating copy to clipboard operation
github-label-sync copied to clipboard

Synchronise your GitHub labels with as few destructive operations as possible

Results 9 github-label-sync issues
Sort by recently updated
recently updated
newest added

Completes #152

cli

Resolve #171 - Add validation 'Name: Must contain more than native emojis' - Add validation 'Description: '4-byte characters are not allowed' The regular expression to check the emojis is very...

cli

## What The Github api has some validations besides character length. - Label Name: 1. Must contain more than native emojis When using a name that only contains emojis, this...

cli

## Feature Request Using the CLI, I would like to be able to download the existing set of labels from a repository or from the organization's repository defaults (`https://github.com/organizations//settings/repository-defaults`) to...

cli

## What `-A` should be defaulted to true - destructive actions should not happen by default ## Details I accidentally forgot -A and wiped all of my labels + correlations...

cli

Hey! 👋 The library `octonode` installs `bluebird` and `request` packages. Since `request` is deprecated, it triggers a warning every time we install it. It is also really heavy. I believe...

cli

I've been thinking about my label use cases, and I find that on most of my repositories, I've gotten into the habit of a label schema if you will. Things...

## What When the GitHub API returns a 307 (temporary redirect), an error is thrown: ``` Error: API responded with 307 status at /Users/rjackson/.npm/_npx/86941/lib/node_modules/create-rwjblue-release-it-setup/node_modules/github-label-sync/lib/github-label-api.js:88:20 at Client.errorHandle (/Users/rjackson/.npm/_npx/86941/lib/node_modules/create-rwjblue-release-it-setup/node_modules/octonode/lib/octonode/client.js:206:14) at Request._callback (/Users/rjackson/.npm/_npx/86941/lib/node_modules/create-rwjblue-release-it-setup/node_modules/octonode/lib/octonode/client.js:338:24)...

bug
library

## What It would be great if the `--labels` flag could be specified more than once, with all occurrences being merged together and duplicate keys from later occurrences overwriting earlier...

cli