mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: add windows label to triage bot
This commit is contained in:
parent
6e85a07977
commit
99101edc13
3 changed files with 13 additions and 1 deletions
|
|
@ -13,6 +13,12 @@ Use your github-triage tool to triage issues.
|
||||||
|
|
||||||
## Labels
|
## Labels
|
||||||
|
|
||||||
|
|
||||||
|
### windows
|
||||||
|
|
||||||
|
Use for any issue that is mentions windows (the OS). Be sure they are saying that they are on windows.
|
||||||
|
- Use if they mention WSL too
|
||||||
|
|
||||||
#### perf
|
#### perf
|
||||||
|
|
||||||
Performance-related issues:
|
Performance-related issues:
|
||||||
|
|
@ -57,6 +63,8 @@ TUI issues potentially caused by our underlying TUI library:
|
||||||
|
|
||||||
**Do not** add for general TUI bugs.
|
**Do not** add for general TUI bugs.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
When assigning to people here are the following rules:
|
When assigning to people here are the following rules:
|
||||||
|
|
||||||
adamdotdev:
|
adamdotdev:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ export default tool({
|
||||||
.describe("The username of the assignee")
|
.describe("The username of the assignee")
|
||||||
.default("rekram1-node"),
|
.default("rekram1-node"),
|
||||||
labels: tool.schema
|
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")
|
.describe("The labels(s) to add to the issue")
|
||||||
.default([]),
|
.default([]),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -82,3 +82,7 @@ Anything related to OpenCode Zen, billing, or model quality from Zen should have
|
||||||
### docs
|
### docs
|
||||||
|
|
||||||
Anything related to the documentation should have a docs label
|
Anything related to the documentation should have a docs label
|
||||||
|
|
||||||
|
### windows
|
||||||
|
|
||||||
|
Use for any issue that involves the windows OS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue