From b39452ab2ffe6f22f11a6e75c82eabc349e20019 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Wed, 24 Jun 2026 19:08:24 +0800 Subject: [PATCH] chore(ci): add noreply@anthropic.com to CLA allowlist Co-authored commits from Claude Code were failing the CLA check because the bot email had not signed the CLA. Whitelist it so AI-assisted PRs pass without requiring --admin merge. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 5af63a0..8f839bb 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -74,7 +74,7 @@ jobs: # Link to the authoritative English CLA. Chinese reference: # https://github.com/zonghaoyuan/infiplot/blob/staging/CLA.zh.md path-to-cla-document: "https://github.com/zonghaoyuan/infiplot/blob/staging/CLA.md" - allowlist: "github-actions[bot],dependabot[bot],zonghaoyuan,web-flow" + allowlist: "github-actions[bot],dependabot[bot],zonghaoyuan,web-flow,noreply@anthropic.com" block-sharing-crucial-repositories: true create-file-commit-message: "docs(cla): create CLA signature store"