Merge pull request #106 from wrewolf/patch-1

Added support draft pull request for github
This commit is contained in:
Anton Krivenko
2021-01-04 22:37:19 +03:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -3590,6 +3590,7 @@ type PullRequestPayload struct {
Assignee *Assignee `json:"assignee"`
Assignees []*Assignee `json:"assignees"`
Milestone *Milestone `json:"milestone"`
Draft bool `json:"draft"`
CommitsURL string `json:"commits_url"`
ReviewCommentsURL string `json:"review_comments_url"`
ReviewCommentURL string `json:"review_comment_url"`