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

Commit

Permalink
Place Draft according to documentation ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
CescHolly authored Aug 31, 2023
1 parent 0e97622 commit 11d4ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ type MergeEvent struct {
MilestoneID int `json:"milestone_id"`
StateID StateID `json:"state_id"`
State string `json:"state"`
Draft bool `json:"draft"`
MergeStatus string `json:"merge_status"`
TargetProjectID int `json:"target_project_id"`
IID int `json:"iid"`
Expand Down Expand Up @@ -653,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 11d4ae3

Please sign in to comment.