File tree
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -214,6 +214,7 @@ type PullRequest struct {
|
214 | 214 | State string `json:"state"`
|
215 | 215 | Open bool `json:"open"`
|
216 | 216 | Closed bool `json:"closed"`
|
| 217 | +Draft bool `json:"draft"` |
217 | 218 | CreatedDate uint64 `json:"createdDate"`
|
218 | 219 | UpdatedDate uint64 `json:"updatedDate,omitempty"`
|
219 | 220 | ClosedDate uint64 `json:"closedDate,omitempty"`
|
|
You can’t perform that action at this time.
0 commit comments