Magidoc

CheckSuite
Object

A check suite.

Fields

#

app

The GitHub App which created this check suite.

branch

The name of the branch for this check suite.

checkRuns

The check runs associated with a check suite.

commit

Non-null

The commit for this check suite

conclusion

The conclusion of this check suite.

createdAt

Non-null

Identifies the date and time when the object was created.

creator

The user who triggered the check suite.

databaseId

Identifies the primary key from the database.

id

ID !
Non-null

The Node ID of the CheckSuite object

matchingPullRequests

A list of open pull requests matching the check suite.

push

The push that triggered this check suite.

repository

Non-null

The repository associated with this check suite.

resourcePath

Non-null

The HTTP path for this check suite

status

Non-null

The status of this check suite.

updatedAt

Non-null

Identifies the date and time when the object was last updated.

url

Non-null

The HTTP URL for this check suite

workflowRun

The workflow run associated with this check suite.

Interfaces

#

Also implements Node .

Usages

#

References

#