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

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

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

Properties

action: "completed"
optional
organization: Organization
repository: Repository
sender: User
workflow: Workflow
workflow_run: WorkflowRun & { conclusion:
| "success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"
| "stale"
| "skipped"
; }
optional
installation: InstallationLite