Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

action: "created"
deployment_status: { url: string; id: number; node_id: string; state: string; creator: User; description: string; environment: string; environment_url?: string | ""; log_url?: string; target_url: string; created_at: string; updated_at: string; deployment_url: string; repository_url: string; performed_via_github_app?: App | null; }
deployment: Deployment
optional
check_run: { id: number; name: string; node_id: string; head_sha: string; external_id: string; url: string; html_url: string; details_url: string; status:
| "queued"
| "in_progress"
| "completed"
| "waiting"
; conclusion:
| "success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"
| "stale"
| "skipped"
| null
; started_at: string; completed_at: string | null; }
optional
workflow_run: DeploymentWorkflowRun
optional
workflow: Workflow
repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization