Skip to content

Commit 99101ed

Browse files
committed
ci: add windows label to triage bot
1 parent 6e85a07 commit 99101ed

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.opencode/agent/triage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Use your github-triage tool to triage issues.
1313

1414
## Labels
1515

16+
17+
### windows
18+
19+
Use for any issue that is mentions windows (the OS). Be sure they are saying that they are on windows.
20+
- Use if they mention WSL too
21+
1622
#### perf
1723

1824
Performance-related issues:
@@ -57,6 +63,8 @@ TUI issues potentially caused by our underlying TUI library:
5763

5864
**Do not** add for general TUI bugs.
5965

66+
---
67+
6068
When assigning to people here are the following rules:
6169

6270
adamdotdev:

.opencode/tool/github-triage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default tool({
1717
.describe("The username of the assignee")
1818
.default("rekram1-node"),
1919
labels: tool.schema
20-
.array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs"]))
20+
.array(tool.schema.enum(["nix", "opentui", "perf", "desktop", "zen", "docs", "windows"]))
2121
.describe("The labels(s) to add to the issue")
2222
.default([]),
2323
},

.opencode/tool/github-triage.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Anything related to OpenCode Zen, billing, or model quality from Zen should have
8282
### docs
8383

8484
Anything related to the documentation should have a docs label
85+
86+
### windows
87+
88+
Use for any issue that involves the windows OS

0 commit comments

Comments
 (0)