xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.37k stars 941 forks source link

Correct Json marshaling for labels of issues #1840

Closed tkschmidt closed 9 months ago

tkschmidt commented 10 months ago

Labels for issues should be marshalled to a list of strings instead of single (comma-seperated) string. This is according to https://docs.gitlab.com/ee/api/issues.html (22-11-2023)

aaronjheng commented 9 months ago

Why was Description field from CreateMergeRequestOptions changed to *LabelOptions?

svanharmelen commented 9 months ago

Thats a mistake... Thanks for spotting it, will change it in a bit!

svanharmelen commented 9 months ago

Fixed in v0.95.1