Github API - Test Config

POST /repos/{owner}/{repo}/check-suites
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 and a null value for head_branch.

By default, check suites are automatically created when you create a check run. You only need to use this endpoint for manually creating check suites when you've disabled automatic creation using "Update repository preferences for check suites". Your GitHub App must have the checks:write permission to create check suites.
Create a check suite

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
200 application/json check-suite

check-suite [object]

A suite of checks performed on the code of a given code change

Attributes
after string

before string

check_runs_url string

conclusion string

created_at string

head_branch string

head_commit simple-commit

head_sha string

The SHA of the head commit that is being checked.

id integer

latest_check_runs_count integer

node_id string

pull_requests pull-request-minimal []

repository minimal-repository

rerequestable boolean

runs_rerequestable boolean

status string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
201 application/json check-suite

check-suite [object]

A suite of checks performed on the code of a given code change

Attributes
after string

before string

check_runs_url string

conclusion string

created_at string

head_branch string

head_commit simple-commit

head_sha string

The SHA of the head commit that is being checked.

id integer

latest_check_runs_count integer

node_id string

pull_requests pull-request-minimal []

repository minimal-repository

rerequestable boolean

runs_rerequestable boolean

status string

updated_at string

url string

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