What happened?
All the payload types have deployment_review as a valid webhook event:
But I can't seem to find any documentation about it on the public webhook documentation There also isn't a DeploymentReviewEvent type either.
What did you expect to happen?
deployment_review to be used
DeploymentReviewEvent to exist
- Sample payloads for
deployment_review to exist
What the problem might be
Looks like it was added in #469.
What happened?
All the payload types have
deployment_reviewas a valid webhook event:webhooks/payload-types/schema.d.ts
Line 176 in c9f8ee7
But I can't seem to find any documentation about it on the public webhook documentation There also isn't a
DeploymentReviewEventtype either.What did you expect to happen?
deployment_reviewto be usedDeploymentReviewEventto existdeployment_reviewto existWhat the problem might be
Looks like it was added in #469.