Skip to content

Commit eda24f5

Browse files
enriquephlclaude
andcommitted
chore(cla): seed empty cla-signatures.json so bot's read no longer 404s
contributor-assistant/github-action reads this file from main on every PR before doing anything else (allowlist check included). Without the file it 404s and fails the cla check. Direct push to main breaks the chicken-and- egg with PR #11 (which flips continue-on-error off). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a21f2b commit eda24f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cla-signatures.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"signedContributors": []
3+
}

0 commit comments

Comments
 (0)