Github API - Test Config

mutation updateCheckRun

Update a check run

Arguments
input UpdateCheckRunInput

UpdateCheckRunInput [input]

Autogenerated input type of UpdateCheckRun

Attributes
actions CheckRunAction []

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

checkRunId ID

The node of the check.

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.

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 UpdateCheckRun

Returns
UpdateCheckRunPayload

UpdateCheckRunPayload [object]

Autogenerated return type of UpdateCheckRun

Attributes
checkRun CheckRun

The updated check run.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API