CheckRun

class github.CheckRun.CheckRun

This class represents check runs. The reference can be found here https://docs.github.com/en/rest/reference/checks#check-runs

get_annotations() → PaginatedList[CheckRunAnnotation]
Calls:GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations
edit(name: Opt[str] = NotSet, head_sha: Opt[str] = NotSet, details_url: Opt[str] = NotSet, external_id: Opt[str] = NotSet, status: Opt[str] = NotSet, started_at: Opt[datetime] = NotSet, conclusion: Opt[str] = NotSet, completed_at: Opt[datetime] = NotSet, output: Opt[dict] = NotSet, actions: Opt[list[dict]] = NotSet) → None
Calls:PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}