From effdebb65e5195c09bff15a5daf74d022802ac7d Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Mon, 18 May 2026 20:01:12 -0700 Subject: [PATCH] chore(release): alias stale-ID salvage commit for @Grogger (#28334) PR #28330 was salvaged with a wrong noreply numeric ID (18091625 vs the correct 7065068). The commit on main is correctly authored to Grogger by username, but neither noreply form was in AUTHOR_MAP. Adds both so release-notes generation maps them to @Grogger. --- scripts/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/release.py b/scripts/release.py index 97528bfda53..0a72d1acc93 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1128,6 +1128,8 @@ AUTHOR_MAP = { "33933019+hueilau@users.noreply.github.com": "hueilau", "32297275+Timur00Kh@users.noreply.github.com": "Timur00Kh", # PR #27114 (telegram DM topic for synthetic events) "al.bellemare@gmail.com": "Grogger", # PR #27061 (windows console flash suppress) + "7065068+Grogger@users.noreply.github.com": "Grogger", + "18091625+Grogger@users.noreply.github.com": "Grogger", # stale salvage commit alias (PR #28330) "clement@nousresearch.com": "lemassykoi", # PR #27042 (model-switch probe keyless providers) "16377344+lemassykoi@users.noreply.github.com": "lemassykoi", "draplater@icloud.com": "draplater", # PR #26707 (goal judge current time)