Skip to content

Commit

Permalink
Merge pull request #1784 from pullpo-io/master
Browse files Browse the repository at this point in the history
Add Draft Changes in MergeEvent type
  • Loading branch information
svanharmelen authored Aug 31, 2023
2 parents f4bde6c + 01e77a2 commit bc69df9
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 @@ -679,6 +679,10 @@ type MergeEvent struct {
Previous string `json:"previous"`
Current string `json:"current"`
} `json:"description"`
Draft struct {
Previous bool `json:"previous"`
Current bool `json:"current"`
} `json:"draft"`
Labels struct {
Previous []*EventLabel `json:"previous"`
Current []*EventLabel `json:"current"`
Expand Down

0 comments on commit bc69df9

Please sign in to comment.