GitHubCheckSuiteEventModel#
- pydantic model safir.github.webhooks.GitHubCheckSuiteEventModel#
A Pydantic model for the
check_suite
webhook payload.https://docs.github.com/en/webhooks/webhook-events-and-payloads#check_suite
- Parameters:
data (
Any
)- Fields:
- field action: GitHubCheckSuiteEventAction [Required]#
The action performed.
- field check_suite: GitHubCheckSuiteModel [Required]#
Information about the check suite.
- field installation: GitHubAppInstallationModel [Required]#
Information about the GitHub App installation.
- field repository: GitHubRepositoryModel [Required]#
The repository that the check suite was run against.