mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
chore: add Bartok9 to AUTHOR_MAP in scripts/release.py
Adds both email formats for the Bartok9 contributor account: - danielrpike9@gmail.com → Bartok9 - 259807879+Bartok9@users.noreply.github.com → Bartok9 Without this mapping, the Contributor Attribution Check workflow fails with 'New contributor email(s) not in AUTHOR_MAP' on every PR from this account, blocking CI green status unnecessarily.
This commit is contained in:
parent
88b6eb9ad1
commit
f9f358326a
1 changed files with 3 additions and 1 deletions
|
|
@ -78,9 +78,11 @@ AUTHOR_MAP = {
|
|||
"258577966+voidborne-d@users.noreply.github.com": "voidborne-d",
|
||||
"sir_even@icloud.com": "sirEven",
|
||||
"36056348+sirEven@users.noreply.github.com": "sirEven",
|
||||
# Bartok9 (Bartok AI agent — danielrpike9@gmail.com)
|
||||
"danielrpike9@gmail.com": "Bartok9",
|
||||
"259807879+Bartok9@users.noreply.github.com": "Bartok9",
|
||||
"70424851+insecurejezza@users.noreply.github.com": "insecurejezza",
|
||||
"254021826+dodo-reach@users.noreply.github.com": "dodo-reach",
|
||||
"259807879+Bartok9@users.noreply.github.com": "Bartok9",
|
||||
"241404605+MestreY0d4-Uninter@users.noreply.github.com": "MestreY0d4-Uninter",
|
||||
"268667990+Roy-oss1@users.noreply.github.com": "Roy-oss1",
|
||||
"27917469+nosleepcassette@users.noreply.github.com": "nosleepcassette",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue