chore: add JohnC1009 to AUTHOR_MAP (#33351)

Pre-requisite for PR #32020 salvage (auth: global auth.json fallback
in _load_provider_state). Contributor_audit strict mode fails if any
commit author email on main is unmapped.

Co-authored-by: kshitijk4poor <kshitijk4poor@gmail.com>
This commit is contained in:
kshitij 2026-05-27 09:37:50 -07:00 committed by GitHub
parent 458a94e425
commit dd0d5d5a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1334,6 +1334,7 @@ AUTHOR_MAP = {
"krislidimo@gmail.com": "krislidimo", # PR #29775 (tighten Telegram table row-group spacing; drop redundant first bullet)
"timothy.b.dixon@gmail.com": "Codename-11", # PR #29302 (API server session controls — sessions/chat/fork/stream)
"jpschwartz2@uwalumni.com": "Schwartz10", # PR #29302 sub-PR (multimodal media in session chat API)
"JohnC1009@users.noreply.github.com": "JohnC1009", # PR #32020 salvage (auth: global auth.json fallback in _load_provider_state)
}