GitHubCheckSuiteModel#
- pydantic model safir.github.models.GitHubCheckSuiteModel#
A Pydantic model for the
check_suitefield in acheck_suitewebhook (GitHubCheckSuiteEventModel).- Parameters:
data (
Any)- Fields:
- field conclusion: GitHubCheckSuiteConclusion | None [Required]#
The conclusion of the check suite.
- field pull_requests: list[GitHubCheckRunPrInfoModel] [Required]#
A list of pull requests associated with this check suite.
- field status: GitHubCheckSuiteStatus [Required]#
The status of the check suite.
- field url: HttpUrl [Required]#
GitHub API URL for the check suite resource.