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

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

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

Properties

zen: string
hook_id: number

The ID of the webhook that triggered the ping.

hook: { type: "Repository" | "Organization" | "App"; id: number; name: string; active: boolean; app_id?: number; events: WebhookEvents; config: { content_type: "json" | "form"; secret?: string; url: string; insecure_ssl: "0" | "1"; }; updated_at: string; created_at: string; url: string; test_url?: string; ping_url: string; deliveries_url: string; last_response?: { code: null; status: string; message: null; }; }
optional
repository: Repository
optional
sender: User
optional
organization: Organization