Skip to content

Commit ea96f89

Browse files
authored
ci: rm remap for jlongster since he is in org now (anomalyco#14000)
1 parent 47435f6 commit ea96f89

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.opencode/tool/github-triage.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,7 @@ export default tool({
6868
results.push("Dropped label: nix (issue does not mention nix)")
6969
}
7070

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-
}
71+
const assignee = nix ? "rekram1-node" : web ? pick(TEAM.desktop) : args.assignee
8272

8373
if (labels.includes("zen") && !zen) {
8474
throw new Error("Only add the zen label when issue title/body contains 'zen'")

0 commit comments

Comments
 (0)