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

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

A Git branch or tag is created.

Properties

ref: string

The git ref resource.

ref_type: "tag" | "branch"

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

master_branch: string

The name of the repository's default branch (usually main).

description: string | null

The repository's current description.

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