Skip to main content
QUERY
githubRepositoryWorkflows(source: GitHubRequestSource!, codebaseRepositoryId: ID!): [GitHubRepositoryWorkflow!]!

Arguments

source

The source used to filter or perform the operation.

codebaseRepositoryId
ID!
required

Identifier of the codebase repository.

id
ID!

Stable identifier for this GitHub repository workflow.

name
String!

Display name of this GitHub repository workflow.

path
String!

Filesystem path associated with this GitHub repository workflow.

state
String!

Current state of this GitHub repository workflow.

url
String!

URL for this GitHub repository workflow.

jobNames
[String!]!

Job names associated with this GitHub repository workflow.

Query
Variables
Response