summaryrefslogtreecommitdiffhomepage
path: root/.opencode
diff options
context:
space:
mode:
Diffstat (limited to '.opencode')
-rw-r--r--.opencode/tool/github-triage.ts12
1 files changed, 1 insertions, 11 deletions
diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts
index 3a70c4e00..ed80f49d5 100644
--- a/.opencode/tool/github-triage.ts
+++ b/.opencode/tool/github-triage.ts
@@ -68,17 +68,7 @@ export default tool({
results.push("Dropped label: nix (issue does not mention nix)")
}
- const assignee = nix
- ? "rekram1-node"
- : web
- ? pick(TEAM.desktop)
- : args.assignee === "jlongster"
- ? "thdxr"
- : args.assignee
-
- if (args.assignee === "jlongster" && assignee === "thdxr") {
- results.push("Remapped assignee: jlongster -> thdxr (jlongster not assignable yet)")
- }
+ const assignee = nix ? "rekram1-node" : web ? pick(TEAM.desktop) : args.assignee
if (labels.includes("zen") && !zen) {
throw new Error("Only add the zen label when issue title/body contains 'zen'")