Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/octokit-types.ts>DeploymentWorkflowRun

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface DeploymentWorkflowRun
import { type DeploymentWorkflowRun } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

id: number
name: string
optional
path: string
node_id: string
head_branch: string
head_sha: string
run_number: number
event: string
status:
| "requested"
| "in_progress"
| "completed"
| "queued"
conclusion:
| "success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"
| "stale"
| null
workflow_id: number
check_suite_id: number
check_suite_node_id: string
url: string
html_url: string
pull_requests: CheckRunPullRequest[]
created_at: string
updated_at: string
actor: User
triggering_actor: User
run_attempt: number
run_started_at: string
optional
referenced_workflows: ReferencedWorkflow[]