File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ func TestWebhooks(t *testing.T) {
420420 filename : "../testdata/github/pull-request.json" ,
421421 headers : http.Header {
422422 "X-Github-Event" : []string {"pull_request" },
423- "X-Hub-Signature" : []string {"sha1=35712c8d2bc197b7d07621dcf20d2fb44620508f " },
423+ "X-Hub-Signature" : []string {"sha1=88972f972db301178aa13dafaf112d26416a15e6 " },
424424 },
425425 },
426426 {
Original file line number Diff line number Diff line change @@ -3590,6 +3590,7 @@ type PullRequestPayload struct {
35903590 Assignee * Assignee `json:"assignee"`
35913591 Assignees []* Assignee `json:"assignees"`
35923592 Milestone * Milestone `json:"milestone"`
3593+ Draft bool `json:"draft"`
35933594 CommitsURL string `json:"commits_url"`
35943595 ReviewCommentsURL string `json:"review_comments_url"`
35953596 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