chore(release): map jethachan@gmail.com to jethac in AUTHOR_MAP - #63560
chore(release): map jethachan@gmail.com to jethac in AUTHOR_MAP#63560jethac wants to merge 1 commit into
Conversation
9bc036d to
bba9c94
Compare
|
Thanks for isolating the attribution fix. Current GitHub associates commit Automated hermes-sweeper review. |
bba9c94 to
0e772ca
Compare
…35785 itself Bisected commit-by-commit: this line survives cleanly through the author-map/flake-fix/multi-agent merges and disappears exactly at merging fix/line-media-adapter. Confirmed via diff against that PR branch's own merge-base that the deletion is baked into the PR's own commit history (unrelated to its actual LINE-media-caching purpose -- almost certainly incidental collateral from however that PR's author-map commit was originally assembled), not an artifact of this merge. No PR has any legitimate reason to remove this mapping, so restoring it here. (The duplicate "jethachan@gmail.com" entry, by contrast, is harmless: two of jethac's own PRs -- NousResearch#63560 and NousResearch#35785 -- each independently add the identical line/comment, consistent with ~75 other pre-existing duplicate keys already in this file on upstream/main. Left as-is.) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0e772ca to
a6ce43e
Compare
My commits on this PR use my personal email (no longer at Google). Add it to AUTHOR_MAP alongside the existing jetha@google.com entry (which still attributes an earlier commit) — both resolve to the same GitHub user. Fixes check-attribution. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
a6ce43e to
df880e1
Compare
|
Thanks @jethac — this mapping now exists on main as contributors/emails/jethachan@gmail.com (the AUTHOR_MAP dict this PR targets is frozen; per-email files under contributors/emails/ are the current mechanism, and #77116 added scripts/audit_pr_attribution.py --fix to generate them automatically). Your email is mapped, so the attribution check will pass for your branches. Closing as resolved. |
Adds
jethachan@gmail.com→jethactoAUTHOR_MAPinscripts/release.py.The
check contributors / check-attributionjob validates that every commit-authoremail in a PR is mapped in
AUTHOR_MAP. Commits authored byjethachan@gmail.comcurrently fail that check on any branch off
main, because the mapping only existsinside the in-flight multi-agent PR (#62944) rather than on
main.Splitting it into this standalone one-liner so it can land independently and unblock
attribution for all the related PRs. #62944, #63522, and #63523 depend on this.