Add WuMing AI review pipeline for pull requests #11
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?
Pull requests currently have no automated code review. Adding a WuMing step to the Woodpecker CI pipeline will provide inline AI review comments on every PR covering code correctness, documentation quality, and security.
Findings:
The repo already has five Woodpecker pipelines in (checks, publish-pypi, fediverse, publish-docs, weekly-checks). None include an AI review step. The existing secret can be reused for — no new Forgejo token needed.
Plan of attack:
Findings:
The repo already has five Woodpecker pipelines in
.woodpecker/(checks, publish-pypi, fediverse, publish-docs, weekly-checks). None include an AI review step. The existingcodeberg_tokensecret can be reused forWUMING_FORGEJO_TOKEN— no new Forgejo token needed.Plan of attack:
.woodpecker/ai-review.ymlwith a singleai-reviewstep usingcodeberg.org/marvin8/wuming:latest.code:deepseek-reasoner(thorough correctness/logic review; auto-raises max tokens to 16384),docs(default deepseek-chat, covers .md/.rst/.txt),security(additive, runs concurrently with code on code files).wuming_deepseek_keyas the only new Woodpecker secret.