123456789101112131415161718192021222324252627typet=[`CheckRun|`CheckSuite|`PullRequest|`Push|`Create|`Installation|`InstallationRepositories]typechecks_api_event=[`Run|`Suite]letchecks_api_event_to_string=function|`Run->"check_run"|`Suite->"check_suite"letvalidateevent=beginmatcheventwith|Some"installation_repositories"->Ok`InstallationRepositories|Some"installation"->Ok`Installation|Some"pull_request"->Ok`PullRequest|Some"push"->Ok`Push|Some"create"->Ok`Create|Some"check_run"->Ok`CheckRun|Some"check_suite"->Ok`CheckSuite|Somex->Fmt.error"Unknown GitHub event type %S"x|None->Error"Missing GitHub event type in webhook!"end