Type alias GitHubWebhookData
GitHubWebhookData: {
action: "created" | "completed" | "rerequested" | "requested_action";
check_run?: any;
installation?: any;
organization?: any;
repository: any;
requested_action?: {
identifier: string;
};
sender: any;
}
Type declaration
-
action: "created" | "completed" | "rerequested" | "requested_action"
-
Optional
check_run?: any
-
Optional
installation?: any
-
Optional
organization?: any
-
repository: any
-
Optional
requested_action?: {
identifier: string;
}
-
sender: any
Data from https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#webhook-payload-object