Skip to content

Commit 71b069e

Browse files
committed
Add installation ID to PullRequestReview
1 parent 1751865 commit 71b069e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github/payload.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4342,6 +4342,9 @@ type PullRequestReviewPayload struct {
43424342
Type string `json:"type"`
43434343
SiteAdmin bool `json:"site_admin"`
43444344
} `json:"sender"`
4345+
Installation struct {
4346+
ID int64 `json:"id"`
4347+
} `json:"installation"`
43454348
}
43464349

43474350
// PullRequestReviewCommentPayload contains the information for GitHub's pull_request_review_comments hook event

0 commit comments

Comments
 (0)