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

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

A collection of related issues and pull requests.

Properties

url: string
html_url: string
labels_url: string
id: number
node_id: string
number: number

The number of the milestone.

title: string

The title of the milestone.

description: string | null
creator: User
open_issues: number
closed_issues: number
state: "open" | "closed"

The state of the milestone.

created_at: string
updated_at: string
due_on: string | null
closed_at: string | null