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>CheckSuiteRequestedEvent

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

Properties

action: "requested"
check_suite: { id: number; node_id: string; head_branch: string | null; head_sha: string; status:
| "requested"
| "in_progress"
| "completed"
| "queued"
| null
; conclusion:
| "success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"
| "stale"
| null
; url: string; before: string | null; after: string | null; pull_requests: CheckRunPullRequest[]; app: App; created_at: string; updated_at: string; runs_rerequestable?: boolean; rerequestable?: boolean; latest_check_runs_count: number; check_runs_url: string; head_commit: SimpleCommit; }
repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization