gitlab-cli
gitlab-cli copied to clipboard
Is there a way to generate global labels from labels in a repo?
I've set up my labels in one repo and would like to copy them to global labels
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.