Note that there are a lot more stuff to do. Make sure your forked repo is up-to-date with the original repo.
We are now using Go-gitlab, which is a wrapper package to the GitLab API instead of making request directly using the MakeRequest function
glab ci view <pipeline-id>
or
glab pipeline view <pipeline-id>
glab
to be added to their partners' pageglab
glab issue new <enter>
and prompted for labels in the 3rd step. Probably needs some thought on how to handle that, e.g. (i) caching project labels in project/.glab-cli
and suggesting those or (ii) fetching them on demand. The latter is not a good option I suppose.
glab
uses survey for prompts. Survey has docs on multiselect https://github.com/AlecAivazis/survey#multiselect so I think this implementation is feasible for glab
's current design