From e3998d47147c5bc88090c9452042aebd43b6980c Mon Sep 17 00:00:00 2001 From: Ben Barclay Date: Mon, 1 Jun 2026 16:05:06 +1000 Subject: [PATCH] chore(attribution): map polnikale for PR #35717 (#36273) Adds nicsequenzy@gmail.com -> polnikale to AUTHOR_MAP so the check-attribution gate passes for the Playwright headless_shell browser discovery fix (#35717). --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index f3f8ade6d..50a222267 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1413,6 +1413,7 @@ AUTHOR_MAP = { "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) "2663402852@qq.com": "x1am1", # PR #35098 (chown root-owned top-level HERMES_HOME state files) + "nicsequenzy@gmail.com": "polnikale", # PR #35717 (discover Playwright headless_shell browser) }