Fix agent-reviews pipeline: all reviews via DeepSeek, lowercase secrets #88
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The new agent-reviews CI pipeline and script have several issues to address before they can be merged:
from_secret: ANTHROPIC_API_KEY— remove entirely (switching to DeepSeek)from_secret: DEEPSEEK_API_KEY— must be lowercasefrom_secret: CODEBERG_TOKEN— must be lowercaseANTHROPIC_API_KEYconfig var andcall_anthropic()function — remove bothrespvariable name violates no-abbreviation rulerawvariable name violates no-abbreviation rulecloop variable inpost_review()violates no-abbreviation ruleTwo-commit change. First commit: lowercase secrets + remove ANTHROPIC_API_KEY from YAML. Second commit: SPDX header, switch Security and Performance agents to deepseek-chat, remove call_anthropic(), fix naming (resp, raw, c).