From e73e487d40f3a996966f7e2718427eb14c7bfe0b Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Mon, 18 May 2026 19:30:38 -0700 Subject: [PATCH] chore(release): pre-stage AUTHOR_MAP for May 2026 LHF batch group 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-stages AUTHOR_MAP entries for 5 new contributors whose PRs are being salvaged in the May 2026 low-hanging-fruit batch (group 7). Lands ahead of the per-PR salvage PRs so they don't get blocked by AUTHOR_MAP CI. Contributors: - 02356abc (#28286 — wecom WSMsgType.CLOSING) - burjorjee (#28201 — inline-shell timeout guard) - oseftg (#28168 — natural response ending: emoji + caret) - rudi193-cmd (#28241 — empty credential pool entries) - sadiksaifi (#27982 — kanban horizontal scroll) Per references/batch-pr-salvage-may14-additions.md. --- scripts/release.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index d8f0805985f..127ebd9a788 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1173,6 +1173,16 @@ AUTHOR_MAP = { "hoangv.pham0803@gmail.com": "hehehe0803", # PR #26212 salvage (codex kanban writable root) "26063003+hehehe0803@users.noreply.github.com": "hehehe0803", "38348871+vaddisrinivas@users.noreply.github.com": "vaddisrinivas", # PR #26394 salvage (Docker messaging extra) + # batch salvage (May 2026 LHF run, group 7) + "198679067+02356abc@users.noreply.github.com": "02356abc", # PR #28286 salvage (wecom CLOSING) + "1743117+burjorjee@users.noreply.github.com": "burjorjee", # PR #28201 salvage (inline-shell timeout guard) + "keki@MacBookPro.attlocal.net": "burjorjee", + "264690993+oseftg@users.noreply.github.com": "oseftg", # PR #28168 salvage (natural ending emoji/caret) + "hex.hermes@agentmail.to": "oseftg", + "236912655+rudi193-cmd@users.noreply.github.com": "rudi193-cmd", # PR #28241 salvage (empty credential pool) + "rudi193@gmail.com": "rudi193-cmd", + "86684667+sadiksaifi@users.noreply.github.com": "sadiksaifi", # PR #27982 salvage (kanban horiz scroll) + "mail@sadiksaifi.dev": "sadiksaifi", }