From 28b5bd7e93816e1533c41dd38f2e29d7f1baeb52 Mon Sep 17 00:00:00 2001 From: kshitij <82637225+kshitijk4poor@users.noreply.github.com> Date: Sat, 9 May 2026 01:39:16 -0700 Subject: [PATCH] chore(release): add leehack to AUTHOR_MAP for PR #22053 salvage (#22409) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds jhin.lee@unity3d.com → leehack so contributor_audit.py strict mode passes when the salvage of #22053 (telegram DM topic reply fallback) lands on main. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index e98899c2026..623a557666e 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -910,6 +910,7 @@ AUTHOR_MAP = { "wtyopenclaw@gmail.com": "WuTianyi123", # PR #20275 salvage of #13723 (feishu markdown) "zhicheng.han@mathematik.uni-goettingen.de": "hanzckernel", # PR #20311 (api-server approval events) "agentsmithlaor@gmail.com": "oferlaor", # PR #22356 salvage (cron origin sender identity) + "jhin.lee@unity3d.com": "leehack", # PR #22053 salvage (telegram DM topic reply fallback) # pander: empty email, salvaged via PR #19665 from #16126 by @ms-alan }