From 55389e609f2ab41b58b82d72620b21ad613702a5 Mon Sep 17 00:00:00 2001 From: 0xjackyang <262288239+0xjackyang@users.noreply.github.com> Date: Mon, 18 May 2026 19:30:38 -0700 Subject: [PATCH 1/2] chore(release): map Jack Yang contributor email Adds the contributor email mapping for Jack Yang (@0xjackyang) so future release-note generation attributes commits correctly. Salvage of #27964 by @0xjackyang. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 2c5bc9b62758..d8f0805985fb 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -582,6 +582,7 @@ "kopjop926@gmail.com": "cesareth", "fuleinist@gmail.com": "fuleinist", "jack.47@gmail.com": "JackTheGit", + "jack@jackyang.com": "0xjackyang", "dalvidjr2022@gmail.com": "Jr-kenny", "m@statecraft.systems": "mbierling", "balyan.sid@gmail.com": "alt-glitch", From c22a0c0592e428bbc8749e5b84e13f18cdaea756 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 2/2] 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 d8f0805985fb..127ebd9a7880 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1173,6 +1173,16 @@ "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", }