File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ type PullRequest struct {
214214
State string `json:"state"`
215215
Open bool `json:"open"`
216216
Closed bool `json:"closed"`
217+
Draft bool `json:"draft"`
217218
CreatedDate uint64 `json:"createdDate"`
218219
UpdatedDate uint64 `json:"updatedDate,omitempty"`
219220
ClosedDate uint64 `json:"closedDate,omitempty"`

0 commit comments

Comments
 (0)