Skip to content

v7.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 21:28
12a266a

Features

  • TypeScript: Webhook events are now an enum instead of a list of strings. Webhook event name types can be imported as EventNames

TypeScript changes

  • Webhooks.WebhookEvent type is now just WebhookEvent
  • Webhooks.WebhookPayload* types are now EventPayloads.WebhookPayload*