From e2ee9177f091a4f9fc258ad8d3dc03b2f01d6f34 Mon Sep 17 00:00:00 2001 From: Ben Barclay Date: Mon, 1 Jun 2026 12:16:54 +1000 Subject: [PATCH] chore(attribution): map SiTaggart for PR #35583 (#36189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds me@simontaggart.com → SiTaggart to AUTHOR_MAP so the check-attribution gate passes for the docker_forward_env empty-secret fix (#35583, fixes #35580). --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 44ffc2901..e82da3d51 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1411,6 +1411,7 @@ AUTHOR_MAP = { # batch salvage PR #35758 (perf micro-fixes) "116212274+amathxbt@users.noreply.github.com": "amathxbt", # PR #22155 (cache tool_output_limits) "takis312@hotmail.com": "ErnestHysa", # PRs #32636/#32708 (MCP asyncio.sleep + O(n^2) watcher drain) + "me@simontaggart.com": "SiTaggart", # PR #35583 (docker_forward_env empty-secret .env fallback) }