diff --git a/packages/github/src/interfaces.ts b/packages/github/src/interfaces.ts index c20aadd8..8ab08bfe 100644 --- a/packages/github/src/interfaces.ts +++ b/packages/github/src/interfaces.ts @@ -36,4 +36,8 @@ export interface WebhookPayload { id: number [key: string]: any } + comment?: { + id: number + [key: string]: any + } }