clns / gitlab-cli

CLI tool for GitLab (no prerequisites required)
MIT License
100 stars 32 forks source link

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

Open nstohler opened 7 years ago

nstohler commented 7 years ago

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

clns commented 7 years ago

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.