Skip to content

Commit

Permalink
add MergeStatus filed to struct MergeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
cestlive authored Sep 25, 2024
1 parent 98585d2 commit a1320cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit a1320cd

Please sign in to comment.