Github API - Test Config

mutation createCheckRun

Create a check run.

Arguments
input CreateCheckRunInput

CreateCheckRunInput [input]

Autogenerated input type of CreateCheckRun

Attributes
actions CheckRunAction []

Possible further actions the integrator can perform, which a user may trigger.

clientMutationId String

A unique identifier for the client performing the mutation.

completedAt DateTime

The time that the check run finished.

The final conclusion of the check.

detailsUrl URI

The URL of the integrator's site that has the full details of the check.

externalId String

A reference for the run on the integrator's system.

headSha GitObjectID

The SHA of the head commit.

name String

The name of the check.

Descriptive details about the run.

repositoryId ID

The node ID of the repository.

startedAt DateTime

The time that the check run began.

The current status.

API:
Github GraphQL API

Parameters for CreateCheckRun

Returns
CreateCheckRunPayload

CreateCheckRunPayload [object]

Autogenerated return type of CreateCheckRun

Attributes
checkRun CheckRun

The newly created check run.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API