From ba3284f34a9a2880643d05b75ccf4945e2e52502 Mon Sep 17 00:00:00 2001 From: Teknium Date: Fri, 24 Apr 2026 03:01:45 -0700 Subject: [PATCH] chore(release): map salvage-batch contributors in AUTHOR_MAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds three contributors whose commits land via this batch of salvage PRs: - @mrunmayee17 (mrunmayeerane17@gmail.com) — Discord wildcard fix #14920 - @camaragon (69489633+camaragon@users.noreply.github.com) — ACP MCP fix #14986 - @shamork (shamork@outlook.com) — NO_PROXY bypass fix #14966 Required by CI, which rejects PRs with unmapped personal emails. --- scripts/release.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 3506e8cc0..483cc526c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -440,6 +440,10 @@ AUTHOR_MAP = { "topcheer@me.com": "topcheer", "walli@tencent.com": "walli", "zhuofengwang@tencent.com": "Zhuofeng-Wang", + # April 2026 salvage-PR batch (#14920, #14986, #14966) + "mrunmayeerane17@gmail.com": "mrunmayee17", + "69489633+camaragon@users.noreply.github.com": "camaragon", + "shamork@outlook.com": "shamork", # no-github-match — keep as display names "clio-agent@sisyphuslabs.ai": "Sisyphus", "marco@rutimka.de": "Marco Rutsch",