andygrunwald / go-gerrit

Go client/library for Gerrit Code Review
https://godoc.org/github.com/andygrunwald/go-gerrit
MIT License
94 stars 41 forks source link

Change ReviewInput to use map[string]int for labels #159

Closed kellyma2 closed 8 months ago

kellyma2 commented 8 months ago

The example provided at:

https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#set-review

uses ints for the label values, not strings. This change lines ReviewInput up with that example.

andygrunwald commented 8 months ago

Thanks @kellyma2