From ab550086311a6151ef03053556626d0bb70a4b5a Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:36:16 -0700 Subject: [PATCH] chore: add AUTHOR_MAP entry for OndrejDrapalik Maps the salvaged #36781 commit author email to the GitHub login so the release attribution + CI author check resolve. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index dfb8b2c8da4..3477c259cc7 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -45,6 +45,7 @@ ACP_REGISTRY_MANIFEST = REPO_ROOT / "acp_registry" / "agent.json" # Auto-extracted from noreply emails + manual overrides AUTHOR_MAP = { + "ondrej.drapalik@gmail.com": "OndrejDrapalik", "philipadsouza@gmail.com": "PhilipAD", "zhuhaoyu0909@icloud.com": "underthestars-zhy", "raysun12142006@gmail.com": "yanxue06",