diff --git a/event_webhook_types.go b/event_webhook_types.go index c4a8e4aeb..7cce8b520 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -721,6 +721,10 @@ type MergeEvent struct { Previous int `json:"previous"` Current int `json:"current"` } `json:"last_edited_by_id"` + MergeStatus struct { + Previous string `json:"previous"` + Current string `json:"current"` + }`json:"merge_status"` MilestoneID struct { Previous int `json:"previous"` Current int `json:"current"`