GitHubCheckRunPrInfoModel#
- pydantic model safir.github.models.GitHubCheckRunPrInfoModel#
A Pydantic model of the
pull_requests[]
items in a check run GitHub API model (GitHubCheckRunModel
).https://docs.github.com/en/rest/checks/runs#get-a-check-run
- Parameters:
data (
Any
)- Fields:
- field number: int [Required]#
The number that identifies the pull request.
- field url: HttpUrl [Required]#
GitHub API URL for this pull request.