File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3589,6 +3589,7 @@ type PullRequestPayload struct {
3589
3589
Assignee * Assignee `json:"assignee"`
3590
3590
Assignees []* Assignee `json:"assignees"`
3591
3591
Milestone * Milestone `json:"milestone"`
3592
+ Draft bool `json:"draft"`
3592
3593
CommitsURL string `json:"commits_url"`
3593
3594
ReviewCommentsURL string `json:"review_comments_url"`
3594
3595
ReviewCommentURL string `json:"review_comment_url"`
Original file line number Diff line number Diff line change 39
39
"merge_commit_sha" : null ,
40
40
"assignee" : null ,
41
41
"milestone" : null ,
42
+ "draft" : false ,
42
43
"commits_url" : " https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits" ,
43
44
"review_comments_url" : " https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments" ,
44
45
"review_comment_url" : " https://api.github.com/repos/baxterthehacker/public-repo/pulls/comments{/number}" ,
You can’t perform that action at this time.
0 commit comments