Skip to content
FeedbackDashboard

Builds

List project builds
client.builds.list(BuildListParams { project, branch, cursor, 2 more } params?, RequestOptionsoptions?): Page<Build { id, config_commit, created_at, 6 more } >
GET/v0/builds
Create build
client.builds.create(BuildCreateParams { project, revision, allow_empty, 5 more } params, RequestOptionsoptions?): Build { id, config_commit, created_at, 6 more }
POST/v0/builds
Retrieve build
client.builds.retrieve(stringbuildID, RequestOptionsoptions?): Build { id, config_commit, created_at, 6 more }
GET/v0/builds/{buildId}
Creates two comparable builds
client.builds.compare(BuildCompareParams { base, head, project, targets } params, RequestOptionsoptions?): BuildCompareResponse { base, head }
POST/v0/builds/compare
ModelsExpand Collapse
Build { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: UnionMember0 { content, type } | UnionMember1 { expires, type, url } | null
One of the following:
UnionMember0 { content, type }
content: string
type: "content"
UnionMember1 { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: Targets { cli, csharp, go, 10 more }
cli?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
csharp?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
go?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
java?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
kotlin?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
node?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
openapi?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
php?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
python?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
ruby?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
sql?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
terraform?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
typescript?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
updated_at: string
BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
CheckStep = NotStarted { status } | Queued { status, url } | InProgress { status, url } | Completed { completed, conclusion, status, url }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
BuildCompareResponse { base, head }
base: Build { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: UnionMember0 { content, type } | UnionMember1 { expires, type, url } | null
One of the following:
UnionMember0 { content, type }
content: string
type: "content"
UnionMember1 { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: Targets { cli, csharp, go, 10 more }
cli?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
csharp?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
go?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
java?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
kotlin?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
node?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
openapi?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
php?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
python?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
ruby?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
sql?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
terraform?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
typescript?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
updated_at: string
head: Build { id, config_commit, created_at, 6 more }
id: string

Build ID

config_commit: string
created_at: string
documented_spec: UnionMember0 { content, type } | UnionMember1 { expires, type, url } | null
One of the following:
UnionMember0 { content, type }
content: string
type: "content"
UnionMember1 { expires, type, url }
expires: string
type: "url"
url: string
object: "build"
org: string
project: string
targets: Targets { cli, csharp, go, 10 more }
cli?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
csharp?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
go?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
java?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
kotlin?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
node?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
openapi?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
php?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
python?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
ruby?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
sql?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
terraform?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
typescript?: BuildTarget { commit, install_url, object, 4 more }
commit: NotStarted { status } | Queued { status } | InProgress { status } | Completed { commit, completed, completed_at, 3 more }
One of the following:
NotStarted { status }
status: "not_started"
Queued { status }
status: "queued"
InProgress { status }
status: "in_progress"
Completed { commit, completed, completed_at, 3 more }
commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed: Completed { commit, completed_at, conclusion, merge_conflict_pr }

deprecated

commit: Commit { repo, sha, stats, tree_oid } | null
repo: Repo { branch, host, name, owner }
branch: string
host: string
name: string
owner: string
sha: string
stats: Stats | null
additions: number
deletions: number
total: number
tree_oid: string | null
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
completed_at: string
conclusion: "error" | "warning" | "note" | 9 more
One of the following:
"error"
"warning"
"note"
"success"
"merge_conflict"
"upstream_merge_conflict"
"fatal"
"payment_required"
"cancelled"
"timed_out"
"noop"
"version_bump"
merge_conflict_pr: MergeConflictPr | null
number: number
repo: Repo { host, name, owner }
host: string
name: string
owner: string
status: "completed"
install_url: string | null
object: "build_target"
status: "not_started" | "codegen" | "postgen" | "completed"
One of the following:
"not_started"
"codegen"
"postgen"
"completed"
build?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
lint?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
test?: CheckStep
One of the following:
NotStarted { status }
status: "not_started"
Queued { status, url }
status: "queued"
url: string | null
InProgress { status, url }
status: "in_progress"
url: string | null
Completed { completed, conclusion, status, url }
completed: Completed { conclusion, url }

deprecated

conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
url: string | null
conclusion: "success" | "failure" | "skipped" | 4 more
One of the following:
"success"
"failure"
"skipped"
"cancelled"
"action_required"
"neutral"
"timed_out"
status: "completed"
url: string | null
updated_at: string

BuildsDiagnostics

Get diagnostics for a build
client.builds.diagnostics.list(stringbuildID, DiagnosticListParams { cursor, limit, severity, targets } query?, RequestOptionsoptions?): Page<BuildDiagnostic { code, ignored, level, 4 more } >
GET/v0/builds/{buildId}/diagnostics
ModelsExpand Collapse
BuildDiagnostic { code, ignored, level, 4 more }
code: string

The kind of diagnostic.

ignored: boolean

Whether the diagnostic is ignored in the Stainless config.

level: "fatal" | "error" | "warning" | "note"

The severity of the diagnostic.

One of the following:
"fatal"
"error"
"warning"
"note"
message: string

A description of the diagnostic.

more: BuildDiagnosticMore | null
One of the following:
Markdown { markdown, type }
markdown: string
type: "markdown"
Raw { raw, type }
raw: string
type: "raw"
config_ref?: string

A JSON pointer to a relevant field in the Stainless config.

oas_ref?: string

A JSON pointer to a relevant field in the OpenAPI spec.

BuildDiagnosticMore = Markdown { markdown, type } | Raw { raw, type }
One of the following:
Markdown { markdown, type }
markdown: string
type: "markdown"
Raw { raw, type }
raw: string
type: "raw"

BuildsTarget Outputs

Download build target output
client.builds.targetOutputs.retrieve(TargetOutputRetrieveParams { build_id, target, type, 2 more } query, RequestOptionsoptions?): TargetOutputRetrieveResponse
GET/v0/build_target_outputs
ModelsExpand Collapse
TargetOutputRetrieveResponse = URL { output, target, type, 2 more } | Git { token, output, ref, 3 more }
One of the following:
URL { output, target, type, 2 more }
output: "url"
target: Target
One of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"
"sql"
"openapi"
type: "source" | "dist" | "wheel" | 4 more
One of the following:
"source"
"dist"
"wheel"
"openapi-with-transforms"
"openapi-with-code-samples"
"openapi-sdk-spec"
"file"
url: string

URL for direct download

path?: string

The path of the file, which is only present when using with the type "file" option.

Git { token, output, ref, 3 more }
token: string

Temporary GitHub access token

output: "git"
ref: string

Git reference (commit SHA, branch, or tag)

target: Target
One of the following:
"node"
"typescript"
"python"
"go"
"java"
"kotlin"
"ruby"
"terraform"
"cli"
"php"
"csharp"
"sql"
"openapi"
type: "source" | "dist" | "wheel" | 4 more
One of the following:
"source"
"dist"
"wheel"
"openapi-with-transforms"
"openapi-with-code-samples"
"openapi-sdk-spec"
"file"
url: string

URL to git remote