From 1227007aed1dfcdd33a9cec5dc969a1313caa8aa Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:09:27 +0530 Subject: [PATCH] chore: map capt-marbles contributor email for attribution Salvaged commit in this PR is authored by capt-marbles (andrewdmwalker@gmail.com), a bare gmail that does not auto-resolve in the check-attribution job. Add the AUTHOR_MAP entry. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index c5b35977332..dbf61be2e60 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1541,6 +1541,7 @@ AUTHOR_MAP = { "desg38@gmail.com": "dschnurbusch", # PR #42373 salvage (archive compressed conversation lineages) "bsmith@bramarstrategicservices.com": "bcsmith528", # PR #20589 salvage (register_slack_action_handler plugin API) "sunsky.lau@gmail.com": "liuhao1024", # PR #45494 salvage (claim session slot before auto-resume task; #45456) + "andrewdmwalker@gmail.com": "capt-marbles", # PR #38440 salvage (resolve xAI OAuth credentials across profiles; #43589) }