diff --git a/gitee/hook_event_types.go b/gitee/hook_event_types.go index f6820cbb943434c2dc0279ff9c8f5ce55d600951..1fa3dc2ec59f7c7d9bcf3ff4a401342e3b9d855f 100644 --- a/gitee/hook_event_types.go +++ b/gitee/hook_event_types.go @@ -58,7 +58,7 @@ type IssueEvent struct { Title *string `json:"title,omitempty"` Description *string `json:"description,omitempty"` State *string `json:"state,omitempty"` - Milestone *MilestoneHook `json:"milestone,omitempty"` + Milestone *string `json:"milestone,omitempty"` URL *string `json:"url,omitempty"` Enterprise *EnterpriseHook `json:"enterprise,omitempty"` HookName *string `json:"hook_name,omitempty"`