Skip to content

Commit 905cac7

Browse files
committed
Add installation ID to PullRequestReviewComment
1 parent 71b069e commit 905cac7

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
@@ -4809,6 +4809,9 @@ type PullRequestReviewCommentPayload struct {
48094809
Type string `json:"type"`
48104810
SiteAdmin bool `json:"site_admin"`
48114811
} `json:"sender"`
4812+
Installation struct {
4813+
ID int64 `json:"id"`
4814+
} `json:"installation"`
48124815
}
48134816

48144817
// PushPayload contains the information for GitHub's push hook event

0 commit comments

Comments
 (0)