Github API - Test Config

WorkflowRunFile [object]

An executed workflow file for a workflow run.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
UniformResourceLocatable

UniformResourceLocatable [interface]

Represents a type that can be retrieved by a URL.

Attributes
resourcePath URI

The HTML path to this resource.

url URI

The URL to this resource.

API:
Github GraphQL API
Attributes
id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the WorkflowRunFile object

path 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

The path of the workflow file relative to its repository.

repositoryFileUrl URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The direct link to the file in the repository which stores the workflow file.

repositoryName URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The repository name and owner which stores the workflow file.

resourcePath URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP path for this workflow run file

run WorkflowRun

WorkflowRun [object]

A workflow run.

Implements
NodeUniformResourceLocatable
Attributes
checkSuite CheckSuite

The check suite this workflow run belongs to.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

deploymentReviews DeploymentReviewConnection

The log of deployment reviews

event String

The event that triggered the workflow run

The workflow file

id ID

The Node ID of the WorkflowRun object

pendingDeploymentRequests DeploymentRequestConnection

The pending deployment requests of all check runs in this workflow run

resourcePath URI

The HTTP path for this workflow run

runNumber Int

A number that uniquely identifies this workflow run in its parent workflow.

updatedAt DateTime

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

url URI

The HTTP URL for this workflow run

workflow Workflow

The workflow executed in this workflow run.

API:
Github GraphQL API

The parent workflow run execution for this file.

url URI

URI [scalar]

An RFC 3986, RFC 3987, and RFC 6570 (level 4) compliant URI string.

API:
Github GraphQL API

The HTTP URL for this workflow run file

viewerCanPushRepository Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

If the viewer has permissions to push to the repository which stores the workflow.

viewerCanReadRepository Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

If the viewer has permissions to read the repository which stores the workflow.

API:
Github GraphQL API