From 3763355f08568338873ef65df379ff701a9c0de9 Mon Sep 17 00:00:00 2001 From: kshitij <82637225+kshitijk4poor@users.noreply.github.com> Date: Sun, 7 Jun 2026 01:55:24 -0700 Subject: [PATCH] chore(release): map singhsanidhya741@gmail.com to sanidhyasin (#41094) Adds the AUTHOR_MAP entry for the #40403 salvage (model.default_headers for custom OpenAI-compatible providers, fixes #40033) so contributor_audit passes when the salvage PR lands. --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index 99a9e05e821..0328fae657e 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -1464,6 +1464,7 @@ AUTHOR_MAP = { "wasdhkzk@gmail.com": "whyhkzk", # PR #32407 (sandbox-mirror inner-container guard; commits authored as whyhkzk + zhukun) "leonard@sellem.me": "leonardsellem", # PR #37405 (desktop WS origin guard on remote/Tailscale binds) "42903577+ohMyJason@users.noreply.github.com": "ohMyJason", # PR #29810 (discover_models in custom_providers section 4) + "singhsanidhya741@gmail.com": "sanidhyasin", # PR #40403 salvage (model.default_headers for custom OpenAI-compatible providers, #40033) }