mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-27 00:31:00 +00:00
ci: add windows label to triage bot
This commit is contained in:
parent
aa51979592
commit
befd8b59ee
3 changed files with 13 additions and 1 deletions
|
|
@ -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([]),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -82,3 +82,7 @@ Anything related to OpenCode Zen, billing, or model quality from Zen should have
|
|||
### docs
|
||||
|
||||
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