Last active
April 8, 2019 20:02
-
-
Save BrianLitwin/f7c027a8c8b1c4e395b72c75d639e0a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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