Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1785 from pullpo-io/master
Browse files Browse the repository at this point in the history
Add Draft boolean attribute to MergeType.ObjectAttributes
  • Loading branch information
svanharmelen authored Aug 31, 2023
2 parents bc69df9 + 11d4ae3 commit 66b632f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ type MergeEvent struct {
} `json:"last_commit"`
BlockingDiscussionsResolved bool `json:"blocking_discussions_resolved"`
WorkInProgress bool `json:"work_in_progress"`
Draft bool `json:"draft"`
TotalTimeSpent int `json:"total_time_spent"`
TimeChange int `json:"time_change"`
HumanTotalTimeSpent string `json:"human_total_time_spent"`
Expand Down

0 comments on commit 66b632f

Please sign in to comment.