github.commitcommentpayload
Home > @runlightyear/github > CommitCommentPayload
CommitCommentPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#commit\_comment
Signature:interface CommitCommentPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "created" | The action performed. Can be created. | |
comment | CommitComment |