GitHubCheckRunEventModel

pydantic model safir.github.webhooks.GitHubCheckRunEventModel

A Pydantic model for the check_run webhook payload.

https://docs.github.com/en/webhooks/webhook-events-and-payloads#check_run

Parameters:

data (Any)

Fields:
field action: GitHubCheckRunEventAction [Required]

The action that was performed.

field check_run: GitHubCheckRunModel [Required]

Information about the check run.

field installation: GitHubAppInstallationModel [Required]

Information about the GitHub App installation.

field repository: GitHubRepositoryModel [Required]

The repository that the check run was run against.