From 99101edc130434d602876a837f7430caf8e5702f Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 17 Dec 2025 11:01:53 -0600 Subject: ci: add windows label to triage bot --- .opencode/tool/github-triage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.opencode/tool/github-triage.ts') 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([]), }, -- cgit v1.2.3