diff --git a/api_response.go b/api_response.go index db5c1d9..ccf4c10 100644 --- a/api_response.go +++ b/api_response.go @@ -105,10 +105,11 @@ type User struct { } type UserWithMetadata struct { - User UserWithLinks `json:"user,omitempty"` - Role string `json:"role,omitempty"` - Approved bool `json:"approved,omitempty"` - Status string `json:"status,omitempty"` + User UserWithLinks `json:"user,omitempty"` + Role string `json:"role,omitempty"` + Approved bool `json:"approved,omitempty"` + Status string `json:"status,omitempty"` + LastReviewedCommit string `json:"lastReviewedCommit,omitempty"` } // PermissionGlobal are global permissions diff --git a/api_response_test.go b/api_response_test.go index 0b580a8..1cfe4e7 100644 --- a/api_response_test.go +++ b/api_response_test.go @@ -453,9 +453,10 @@ func TestGetPullRequestResponse(t *testing.T) { Slug: "jcitizen", Type: "NORMAL", }, - Role: "REVIEWER", - Approved: true, - Status: "APPROVED", + Role: "REVIEWER", + Approved: true, + Status: "APPROVED", + LastReviewedCommit: "7549846524f8aed2bd1c0249993ae1bf9d3c9998", }, }, Participants: []UserWithMetadata{