File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3589,6 +3589,7 @@ type PullRequestPayload struct {
35893589 Assignee * Assignee `json:"assignee"`
35903590 Assignees []* Assignee `json:"assignees"`
35913591 Milestone * Milestone `json:"milestone"`
3592+ Draft bool `json:"draft"`
35923593 CommitsURL string `json:"commits_url"`
35933594 ReviewCommentsURL string `json:"review_comments_url"`
35943595 ReviewCommentURL string `json:"review_comment_url"`
Original file line number Diff line number Diff line change 3939 "merge_commit_sha" : null ,
4040 "assignee" : null ,
4141 "milestone" : null ,
42+ "draft" : false ,
4243 "commits_url" : " https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/commits" ,
4344 "review_comments_url" : " https://api.github.com/repos/baxterthehacker/public-repo/pulls/1/comments" ,
4445 "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