Skip to content

Commit d434096

Browse files
authored
Add type of context.payload.comment (actions#375)
1 parent d69e699 commit d434096

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/github/src/interfaces.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ export interface WebhookPayload {
3636
id: number
3737
[key: string]: any
3838
}
39+
comment?: {
40+
id: number
41+
[key: string]: any
42+
}
3943
}

0 commit comments

Comments
 (0)