chore(release): map claude-ceo-assistant email for AUTHOR_MAP
Some checks failed
Tests / e2e (pull_request) Failing after 1m56s
Tests / test (pull_request) Failing after 1m55s
Contributor Attribution Check / check-attribution (pull_request) Successful in 25s
Supply Chain Audit / Scan PR for critical supply chain risks (pull_request) Successful in 28s
Nix / nix (ubuntu-latest) (pull_request) Failing after 6m41s
Nix / nix (macos-latest) (pull_request) Has been cancelled
Some checks failed
Tests / e2e (pull_request) Failing after 1m56s
Tests / test (pull_request) Failing after 1m55s
Contributor Attribution Check / check-attribution (pull_request) Successful in 25s
Supply Chain Audit / Scan PR for critical supply chain risks (pull_request) Successful in 28s
Nix / nix (ubuntu-latest) (pull_request) Failing after 6m41s
Nix / nix (macos-latest) (pull_request) Has been cancelled
The contributor-check.yml workflow requires every commit author email to have an entry in scripts/release.py:AUTHOR_MAP. claude-ceo-assistant is the Gitea-only bot identity used by Claude-Code-driven PRs in the molecule-ai fork (introduced post-2026-05-06 GitHub suspension; no upstream/GitHub equivalent). Register it so PRs from that identity pass the attribution check. Pattern matches recent same-shape commits:73bcd83,50f9f38,9c626ef. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c7ec523a21
commit
4d71bcb47d
@ -67,6 +67,9 @@ AUTHOR_MAP = {
|
||||
"274096618+hermes-agent-dhabibi@users.noreply.github.com": "dhabibi",
|
||||
"dejie.guo@gmail.com": "JayGwod",
|
||||
"maxence@groine.fr": "MaxyMoos",
|
||||
# Internal molecule-ai Gitea bot identity used by Claude-Code agents
|
||||
# (post-2026-05-06 GitHub suspension; no upstream/GitHub equivalent).
|
||||
"claude-ceo-assistant@agents.moleculesai.app": "claude-ceo-assistant",
|
||||
# OpenViking viking_read salvage (April 2026)
|
||||
"hitesh@gmail.com": "htsh",
|
||||
"pty819@outlook.com": "pty819",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user