summaryrefslogtreecommitdiffhomepage
path: root/.opencode/tool/github-triage.ts
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/tool/github-triage.ts')
-rw-r--r--.opencode/tool/github-triage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts
index 30905a938..739135169 100644
--- a/.opencode/tool/github-triage.ts
+++ b/.opencode/tool/github-triage.ts
@@ -17,7 +17,7 @@ export default tool({
.describe("The username of the assignee")
.default("rekram1-node"),
labels: tool.schema
- .array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs"]))
+ .array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs", "windows"]))
.describe("The labels(s) to add to the issue")
.default([]),
},