We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47435f6 commit ea96f89Copy full SHA for ea96f89
.opencode/tool/github-triage.ts
@@ -68,17 +68,7 @@ export default tool({
68
results.push("Dropped label: nix (issue does not mention nix)")
69
}
70
71
- const assignee = nix
72
- ? "rekram1-node"
73
- : web
74
- ? pick(TEAM.desktop)
75
- : args.assignee === "jlongster"
76
- ? "thdxr"
77
- : args.assignee
78
-
79
- if (args.assignee === "jlongster" && assignee === "thdxr") {
80
- results.push("Remapped assignee: jlongster -> thdxr (jlongster not assignable yet)")
81
- }
+ const assignee = nix ? "rekram1-node" : web ? pick(TEAM.desktop) : args.assignee
82
83
if (labels.includes("zen") && !zen) {
84
throw new Error("Only add the zen label when issue title/body contains 'zen'")
0 commit comments