GET
github_checks_get_run.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one check run, with its summary text and how many annotations it produced. A non-zero annotation count means checks_list_annotations will name the files and lines that failed.
from charter.packs import github
result = await github.checks_get_run.ainvoke({"owner": ..., "repo": ..., "checkRunId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
checkRunId * | integer | The unique identifier of the check run. |
Was this page helpful?