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

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

Properties

action: "deleted"
hook_id: number

The id of the modified webhook.

hook: { type: string; id: number; name: string; active: boolean; events: WebhookEvents; config: { content_type: "json" | "form"; secret?: string; url: string; insecure_ssl: "0" | "1"; }; updated_at: string; created_at: string; }

The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.

repository: Repository
sender: User