From 7982560845df9ef4fd60e0e43e2030cdade8742c Mon Sep 17 00:00:00 2001 From: Fearvox Date: Tue, 2 Jun 2026 15:21:27 -0700 Subject: [PATCH] fix(release): add fearvox1015@gmail.com -> Fearvox to AUTHOR_MAP The check-attribution CI job on #37679 failed because the commit author email nolan@0xvox.com (a local git config mistake on this machine) is not in scripts/release.py AUTHOR_MAP. The commit itself is now re-authored to fearvox1015@gmail.com, and this follow-up adds the entry to AUTHOR_MAP so any future commits authored from this email also pass the check. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index be4749a37..c1aacb719 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -374,6 +374,7 @@ AUTHOR_MAP = { "harish.kukreja@gmail.com": "counterposition", "nidhi2894@gmail.com": "nidhi-singh02", "35294173+Fearvox@users.noreply.github.com": "Fearvox", + "fearvox1015@gmail.com": "Fearvox", "hypnus.yuan@gmail.com": "Hypnus-Yuan", "15558128926@qq.com": "xsfX20", "binhnt.ht.92@gmail.com": "binhnt92",