gitlab-cli icon indicating copy to clipboard operation
gitlab-cli copied to clipboard

Is there a way to generate global labels from labels in a repo?

Open nstohler opened this issue 8 years ago • 1 comments

I've set up my labels in one repo and would like to copy them to global labels

nstohler avatar Sep 19 '17 11:09 nstohler

There isn't possible to modify global labels using the GitLab API as I can see here: https://docs.gitlab.com/ee/api/labels.html#labels-api

I recommend you setup the labels globally, then copy them to your repo.

clns avatar Sep 21 '17 07:09 clns