Show labels on issues and merge requests
While listing PRs and Issues, displaying labels beside their titles is kinda neat and intuitive.
It looks like the API provides the label names when it returns issues and MRs, so this wouldn't be hard. It doesn't provide things like colors, so that would not be possible w/o additional API requests.
Well, colors are just representative. We can at least provide labels.
I think that for a default behavior it's not a good idea, since most of the times we want to use lab mr list and filter them by labels, and not show the labels themselves. However, adding a --show-labels to lab mr list w/o colors seems indeed easy and useful to some extent.