copy-github-labels icon indicating copy to clipboard operation
copy-github-labels copied to clipboard

Easily copy labels from one GitHub repository to another

Results 9 copy-github-labels issues
Sort by recently updated
recently updated
newest added

Trying to copy labels between enterprise GH repos and receive errors on the options passed. DEPRECATED (@octokit/rest): protocol option is no longer supported DEPRECATED (@octokit/rest): host option is no longer...

- add force option - fix test

If I just want to define some labels for all repositories, like priorities for tasks: P0, P1 etc, I would want to copy them to all repos: `copyGitHubLabels.copy('github-org/src-repo', 'github-org/*');` I...

I just received a notification email from GitHub after using this package to copy labels. It might be good to disable support for this method of auth and remove from...

Just used this via the latest published NPM package with Node v15.8.0, received these deprecation warnings: ```bash [before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4 DEPRECATED (@octokit/rest): `issues.getLabels()` is...

Possibly even delete all current labels and replace. ```bash -replace -r ``` Would be nice to be able to overwrite labels that already exist. ```bash -replace-duplicates -rd ``` Don't know...

Currently right now if a label exists on the destination project it triggers the `Validation Failed` error. Maybe add an option in can pass in where it would edit the...

Currently, the label descriptions aren't getting copied over.

It would be pretty awesome if, when a label fails validation, another attempt is made just to update the label colour.