Update label-issue.ts

This commit is contained in:
Jarred Sumner
2024-08-27 14:13:21 -07:00
parent a4264cef23
commit f520715622

View File

@@ -25,7 +25,7 @@ const labels = [
}, },
{ {
name: "bun:http", name: "bun:http",
description: "", description: "Bun.serve",
}, },
{ {
name: "bun:jsc", name: "bun:jsc",
@@ -33,7 +33,7 @@ const labels = [
}, },
{ {
name: "bun:semver", name: "bun:semver",
description: "", description: "Bun.semver",
}, },
{ {
name: "bun:serve", name: "bun:serve",
@@ -41,7 +41,7 @@ const labels = [
}, },
{ {
name: "bun:spawn", name: "bun:spawn",
description: "", description: "Bun.spawn, Bun.spawnSync",
}, },
{ {
name: "bun:sqlite", name: "bun:sqlite",
@@ -49,11 +49,11 @@ const labels = [
}, },
{ {
name: "bun:tcp", name: "bun:tcp",
description: "", description: "TCP sockets in Bun's API (Bun.connect, Bun.listen)",
}, },
{ {
name: "bun:udp", name: "bun:udp",
description: "", description: "UDP sockets in Bun's API (Bun.udpSocket())",
}, },
{ {
@@ -70,16 +70,12 @@ const labels = [
}, },
{ {
name: "cjs", name: "cjs",
description: "", description: "CommonJS module",
}, },
{ {
name: "cli", name: "cli",
description: "Something to do with CLI arguments", description: "Something to do with CLI arguments",
}, },
{
name: "crash reporter bug",
description: "the stack trace given does not seem to be valid",
},
{ {
name: "debugger", name: "debugger",
description: "Something to do with `bun --inspect` or the debugger", description: "Something to do with `bun --inspect` or the debugger",
@@ -198,7 +194,7 @@ const labels = [
}, },
{ {
name: "npm", name: "npm",
description: "Something that relates to the npm-compatible client", description: "Installing npm packages, npm registry, etc related to bun install",
}, },
{ {
name: "npm:patch", name: "npm:patch",