From f9f358326aa88879f7d31f426d3258b61aa1e2b7 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Thu, 23 Apr 2026 14:39:23 +0700 Subject: [PATCH] chore: add Bartok9 to AUTHOR_MAP in scripts/release.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- scripts/release.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 17d212cf1fc..73da819f46a 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -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",