Github API - Test Config

POST /repos/{owner}/{repo}/check-runs
repos
checks

Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.

Creates a new check run for a specific commit in a repository. Your GitHub App must have the checks:write permission to create check runs.

In a check suite, GitHub limits the number of check runs with the same name to 1000. Once these check runs exceed 1000, GitHub will start to automatically delete older check runs.
Create a check run

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json check-run

check-run [object]

A check performed on the code of a given code change

Attributes
check_suite 1935

completed_at string

conclusion string

deployment deployment-simple

details_url string

external_id string

head_sha string

The SHA of the commit that is being checked.

html_url string

id integer

The id of the check.

name string

The name of the check.

node_id string

output 1936

pull_requests pull-request-minimal []

started_at string

status string

The phase of the lifecycle that the check is currently in.

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)