From 7087702210027444c6f2017bccf5a094f4a4c335 Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Mon, 11 May 2026 18:02:51 +0530 Subject: [PATCH] chore: add salvage contributors to AUTHOR_MAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For PRs #23206 (Frowtek), #23252 (Sylw3ster), #23358 (dmnkhorvath), #23659 (smwbev), and #23356 (TurgutKural) — all part of the kanban bug-fix batch salvage. --- scripts/release.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 441a27d8489..e3c8d7a4619 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -971,6 +971,12 @@ AUTHOR_MAP = { "jhin.lee@unity3d.com": "leehack", # PR #22053 salvage (telegram DM topic reply fallback) # pander: empty email, salvaged via PR #19665 from #16126 by @ms-alan "ayman.a.kamal@hotmail.com": "A-kamal", # PR #18678 (xAI image resolution fix) + # Kanban bug-fix batch salvage (May 2026) + "frowte3k@gmail.com": "Frowtek", # salvage of #23206 (gateway --board auto-subscribe) + "sylw3st3rr@gmail.com": "Sylw3ster", # salvage of #23252 (HERMES_KANBAN_BOARD restore) + "hello@dominikh.com": "dmnkhorvath", # salvage of #23358 (kanban worker send_message) + "413011+smwbev@users.noreply.github.com": "smwbev", # salvage of #23659 (aria-label colLabel) + "58116817+TurgutKural@users.noreply.github.com": "TurgutKural", # salvage of #23356 (HERMES_HOME inject) }