From fe9744cbeef60f2d79399dd2999a3df3d10cd81a Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 25 May 2026 17:38:06 -0700 Subject: [PATCH] chore(release): map ffr31mr + TheOnlyMika in AUTHOR_MAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-salvage prep for the must-have security cluster (#32103, #32155). #32103 author commit uses dearmayo@localhost; PR opener is ffr31mr — same pattern as the existing holynn-q localhost mapping. --- scripts/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 10cd88b694f..1324969ce0c 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1314,6 +1314,8 @@ AUTHOR_MAP = { "66773372+Tranquil-Flow@users.noreply.github.com": "Tranquil-Flow", # PR #27518 (bracketed-paste timeout) "8bit64k@pm.me": "8bit64k", # PR #14681 (TUI /q alias from quit to queue) "chenglunhu@gmail.com": "hclsys", # PR #31985 (TUI /q alias regression test) + "dearmayo@localhost": "ffr31mr", # PR #32103 (SubdirectoryHintTracker workspace boundary) + "TheOnlyMika@users.noreply.github.com": "TheOnlyMika", # PR #32155 (dashboard XSS + defusedxml) }