diff options
| author | Aiden Cline <[email protected]> | 2025-12-17 11:01:53 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-17 11:01:53 -0600 |
| commit | 99101edc130434d602876a837f7430caf8e5702f (patch) | |
| tree | 7ec8edbf9bfc84c6e24b05c5529f36840760edb8 /.opencode/tool/github-triage.ts | |
| parent | 6e85a07977d1ac66ed85f387476eb248769ab24d (diff) | |
| download | opencode-99101edc130434d602876a837f7430caf8e5702f.tar.gz opencode-99101edc130434d602876a837f7430caf8e5702f.zip | |
ci: add windows label to triage bot
Diffstat (limited to '.opencode/tool/github-triage.ts')
| -rw-r--r-- | .opencode/tool/github-triage.ts | 2 |
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([]), }, |
