Skip to content

Commit

Permalink
Merge pull request #66 from hatstand/add-requested-reviewer
Browse files Browse the repository at this point in the history
Add requested_reviewer to GitHub pull request
  • Loading branch information
deankarn authored Mar 31, 2019
2 parents 4ee4acf + 01a1302 commit d70f617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -3726,8 +3726,9 @@ type PullRequestPayload struct {
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"sender"`
Assignee *Assignee `json:"assignee"`
Installation struct {
Assignee *Assignee `json:"assignee"`
RequestedReviewer *Assignee `json:"requested_reviewer"`
Installation struct {
ID int64 `json:"id"`
} `json:"installation"`
}
Expand Down

0 comments on commit d70f617

Please sign in to comment.