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

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

A Git branch or tag is deleted.

Properties

ref: string

The git ref resource.

ref_type: "tag" | "branch"

The type of Git ref object deleted in the repository. Can be either branch or tag.

pusher_type: string

The pusher type for the event. Can be either user or a deploy key.

repository: Repository
sender: User
optional
installation: InstallationLite
optional
organization: Organization