Skip to content

Instantly share code, notes, and snippets.

@BrianLitwin
Last active April 8, 2019 20:02
Show Gist options
  • Save BrianLitwin/f7c027a8c8b1c4e395b72c75d639e0a7 to your computer and use it in GitHub Desktop.
Save BrianLitwin/f7c027a8c8b1c4e395b72c75d639e0a7 to your computer and use it in GitHub Desktop.
// prefix: N.Prefix.label,
const labelNodeType = Object.freeze({
name: "Label",
pluralName: "Labels",
prefix: N.Prefix.label,
defaultWeight: 2,
description: "Label for a GitHub issue"
})
// is a label a node w/ a connection to other nodes that have it as a label
// or a heuristic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment