ci: rm remap for jlongster since he is in org now (#14000)
This commit is contained in:
parent
47435f6e17
commit
ea96f898c0
1 changed files with 1 additions and 11 deletions
|
|
@ -68,17 +68,7 @@ export default tool({
|
||||||
results.push("Dropped label: nix (issue does not mention nix)")
|
results.push("Dropped label: nix (issue does not mention nix)")
|
||||||
}
|
}
|
||||||
|
|
||||||
const assignee = nix
|
const assignee = nix ? "rekram1-node" : web ? pick(TEAM.desktop) : args.assignee
|
||||||
? "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)")
|
|
||||||
}
|
|
||||||
|
|
||||||
if (labels.includes("zen") && !zen) {
|
if (labels.includes("zen") && !zen) {
|
||||||
throw new Error("Only add the zen label when issue title/body contains 'zen'")
|
throw new Error("Only add the zen label when issue title/body contains 'zen'")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue