From 5511fcf944652c7dea62af9e7cf0ceb1c201105d Mon Sep 17 00:00:00 2001 From: kshitijk4poor Date: Wed, 24 Jun 2026 03:09:23 +0530 Subject: [PATCH] chore(release): map manusjs email to manus-use GitHub login Required by contributor-check/check-attribution before salvaging PR #51129 (Discord thread-starter dedup, #51057). The CI step greps AUTHOR_MAP by exact email and does not special-case noreply addresses. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 05c2fc2dc44..a6e44216856 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -117,6 +117,7 @@ AUTHOR_MAP = { "123150002+deaneeth@users.noreply.github.com": "deaneeth", "157839748+psionic73@users.noreply.github.com": "psionic73", "manishbyatroy@gmail.com": "manishbyatroy", + "manusjs@users.noreply.github.com": "manus-use", # PR #51129 salvage (Discord thread-starter dedup, #51057) "chilltulpa@gmail.com": "TheGardenGallery", "al@randomsnowflake.me": "randomsnowflake", "zakame@zakame.net": "zakame",