Github API - Test Config

UpdateCheckRunPayload [object]

Autogenerated return type of UpdateCheckRun

Attributes
checkRun CheckRun

CheckRun [object]

A check run.

Implements
NodeRequirableByPullRequestUniformResourceLocatable
Attributes

The check run's annotations

checkSuite CheckSuite

The check suite that this run is a part of.

completedAt DateTime

Identifies the date and time when the check run was completed.

The conclusion of the check run.

databaseId Int

Identifies the primary key from the database.

deployment Deployment

The corresponding deployment for this job, if any

detailsUrl URI

The URL from which to find full details of the check run on the integrator's site.

externalId String

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

id ID

The Node ID of the CheckRun object

isRequired Boolean

Whether this is required to pass before merging for a specific pull request.

name String

The name of the check for this check run.

pendingDeploymentRequest DeploymentRequest

Information about a pending deployment, if any, in this check run

permalink URI

The permalink to the check run summary.

repository Repository

The repository associated with this check run.

resourcePath URI

The HTTP path for this check run.

startedAt DateTime

Identifies the date and time when the check run was started.

The current status of the check run.

The check run's steps

summary String

A string representing the check run's summary

text String

A string representing the check run's text

title String

A string representing the check run

url URI

The HTTP URL for this check run.

API:
Github GraphQL API

The updated check run.

clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

API:
Github GraphQL API