mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
chore(release): map brian@dralth.com to btorresgil for #22345 salvage (#26319)
PR #22345 by @btorresgil authors commits as 'Brian Conklin <brian@dralth.com>' (git config carries a different name/email than the GitHub account). GitHub's commit-author mapping correctly attributes these commits to @btorresgil based on the public-key registration, but Hermes' release attribution audit reads the raw commit email, not the GitHub mapping. Without this AUTHOR_MAP entry, salvaging #22345 would fail `scripts/contributor_audit.py` strict mode at release time. Prerequisite for the langfuse trace fix salvage that cherry-picks @btorresgil's commits onto current main.
This commit is contained in:
parent
77276070f5
commit
f199cd9f84
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ AUTHOR_MAP = {
|
|||
"yuxiangl490@gmail.com": "y0shua1ee",
|
||||
"manmit0x@gmail.com": "0xDevNinja",
|
||||
"stevekelly622@gmail.com": "steezkelly",
|
||||
"brian@dralth.com": "btorresgil",
|
||||
"momowind@gmail.com": "momowind",
|
||||
"clockwork-codex@users.noreply.github.com": "misery-hl",
|
||||
"207811921+misery-hl@users.noreply.github.com": "misery-hl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue