pub type WebhookEvent<'a> = Schema<'a>;
enum WebhookEvent<'a> {
Show 63 variants
BranchProtectionRuleEvent(BranchProtectionRuleEvent<'a>),
CheckRunEvent(CheckRunEvent<'a>),
CheckSuiteEvent(CheckSuiteEvent<'a>),
CodeScanningAlertEvent(CodeScanningAlertEvent<'a>),
CommitCommentEvent(CommitCommentCreatedEvent<'a>),
CreateEvent(CreateEvent<'a>),
DeleteEvent(DeleteEvent<'a>),
DependabotAlertEvent(DependabotAlertEvent<'a>),
DeployKeyEvent(DeployKeyEvent<'a>),
DeploymentEvent(DeploymentCreatedEvent<'a>),
DeploymentProtectionRuleEvent(DeploymentProtectionRuleRequestedEvent<'a>),
DeploymentReviewEvent(DeploymentReviewEvent<'a>),
DeploymentStatusEvent(DeploymentStatusCreatedEvent<'a>),
DiscussionEvent(DiscussionEvent<'a>),
DiscussionCommentEvent(DiscussionCommentEvent<'a>),
ForkEvent(ForkEvent<'a>),
GithubAppAuthorizationEvent(GithubAppAuthorizationRevokedEvent<'a>),
GollumEvent(GollumEvent<'a>),
InstallationEvent(InstallationEvent<'a>),
InstallationRepositoriesEvent(InstallationRepositoriesEvent<'a>),
InstallationTargetEvent(InstallationTargetRenamedEvent<'a>),
IssueCommentEvent(IssueCommentEvent<'a>),
IssuesEvent(IssuesEvent<'a>),
LabelEvent(LabelEvent<'a>),
MarketplacePurchaseEvent(MarketplacePurchaseEvent<'a>),
MemberEvent(MemberEvent<'a>),
MembershipEvent(MembershipEvent<'a>),
MergeGroupEvent(MergeGroupChecksRequestedEvent<'a>),
MetaEvent(MetaDeletedEvent<'a>),
MilestoneEvent(MilestoneEvent<'a>),
OrgBlockEvent(OrgBlockEvent<'a>),
OrganizationEvent(OrganizationEvent<'a>),
PackageEvent(PackageEvent<'a>),
PageBuildEvent(PageBuildEvent<'a>),
PingEvent(PingEvent<'a>),
ProjectEvent(ProjectEvent<'a>),
ProjectCardEvent(ProjectCardEvent<'a>),
ProjectColumnEvent(ProjectColumnEvent<'a>),
ProjectsV2ItemEvent(ProjectsV2ItemEvent<'a>),
PublicEvent(PublicEvent<'a>),
PullRequestEvent(PullRequestEvent<'a>),
PullRequestReviewEvent(PullRequestReviewEvent<'a>),
PullRequestReviewCommentEvent(PullRequestReviewCommentEvent<'a>),
PullRequestReviewThreadEvent(PullRequestReviewThreadEvent<'a>),
PushEvent(PushEvent<'a>),
RegistryPackageEvent(RegistryPackageEvent<'a>),
ReleaseEvent(ReleaseEvent<'a>),
RepositoryEvent(RepositoryEvent<'a>),
RepositoryDispatchEvent(RepositoryDispatchEvent<'a>),
RepositoryImportEvent(RepositoryImportEvent<'a>),
RepositoryVulnerabilityAlertEvent(RepositoryVulnerabilityAlertEvent<'a>),
SecretScanningAlertEvent(SecretScanningAlertEvent<'a>),
SecretScanningAlertLocationEvent(SecretScanningAlertLocationCreatedEvent<'a>),
SecurityAdvisoryEvent(SecurityAdvisoryEvent<'a>),
SponsorshipEvent(SponsorshipEvent<'a>),
StarEvent(StarEvent<'a>),
StatusEvent(StatusEvent<'a>),
TeamEvent(TeamEvent<'a>),
TeamAddEvent(TeamAddEvent<'a>),
WatchEvent(WatchStartedEvent<'a>),
WorkflowDispatchEvent(WorkflowDispatchEvent<'a>),
WorkflowJobEvent(WorkflowJobEvent<'a>),
WorkflowRunEvent(WorkflowRunEvent<'a>),
}