github.issuecommentcreatedpayload
Home > @runlightyear/github > IssueCommentCreatedPayload
IssueCommentCreatedPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#issue\_comment
Signature:interface IssueCommentCreatedPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "created" | ||
comment | IssueComment | ||
issue | Issue |