copy-github-labels
copy-github-labels copied to clipboard
Allow to copy labels to all repos
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 suggest to add this as a feature. Any feedback is welcome!