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

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

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

Properties

id: number
node_id: string
url: string

URL for the label

name: string

The name of the label.

description: string | null
color: string

6-character hex code, without the leading #, identifying the color

default: boolean