From 0dc0c5ea6be051f33d287a02f274b913cbc7cb00 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Fri, 29 May 2026 13:06:50 -0700 Subject: [PATCH] chore: add AUTHOR_MAP entry for sweetcornna Maps the cherry-picked commit's noreply email to the GitHub login so the release attribution / CI author check passes. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index e2d896309..7723eefdf 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -647,6 +647,7 @@ AUTHOR_MAP = { "pub_forgreatagent@antgroup.com": "AntAISecurityLab", "252620095+briandevans@users.noreply.github.com": "briandevans", "danielrpike9@gmail.com": "Bartok9", + "96944678+ymylive@users.noreply.github.com": "sweetcornna", "skozyuk@cruxexperts.com": "CruxExperts", "154585401+LeonSGP43@users.noreply.github.com": "LeonSGP43", "12250313+Kailigithub@users.noreply.github.com": "Kailigithub",