From 7e3845ac508eec504f0e0f56185751d3d131698a Mon Sep 17 00:00:00 2001 From: kshitij <82637225+kshitijk4poor@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:22:04 -0700 Subject: [PATCH] chore: add bare noreply email for kshitijk4poor to AUTHOR_MAP (#11120) The numbered form (82637225+kshitijk4poor@) was already mapped but the bare form (kshitijk4poor@users.noreply.github.com) used by cherry-pick commits was missing, causing check-attribution CI to fail. Co-authored-by: kshitijk4poor --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 30b72a9c7..66fd04987 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -46,6 +46,7 @@ AUTHOR_MAP = { # contributors (from noreply pattern) "35742124+0xbyt4@users.noreply.github.com": "0xbyt4", "82637225+kshitijk4poor@users.noreply.github.com": "kshitijk4poor", + "kshitijk4poor@users.noreply.github.com": "kshitijk4poor", "16443023+stablegenius49@users.noreply.github.com": "stablegenius49", "185121704+stablegenius49@users.noreply.github.com": "stablegenius49", "101283333+batuhankocyigit@users.noreply.github.com": "batuhankocyigit",