chore: add Claude auto review GitHub Actions workflow#5550
chore: add Claude auto review GitHub Actions workflow#5550enesozturk wants to merge 2 commits intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
9 Skipped Deployments
|
Visual Regression Test Results ✅ PassedChromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=789 👉 Please review the visual changes in Chromatic and accept or reject them. |
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit |
Coverage Report
File CoverageNo changed files found. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Summary
Adds Claude Code auto review workflow that automatically reviews PRs when opened against
main, and can also be triggered manually with@claude reviewcomment on any PR.Setup Required
ANTHROPIC_API_KEYsecret to the repository (Settings → Secrets → Actions)How it works
main@claude reviewon any PR to trigger on-demand🤖 Generated with Claude Code
Note
Medium Risk
Adds a new GitHub Actions workflow that runs on PRs/comments with elevated
pull-requests/issueswrite permissions and uses theANTHROPIC_API_KEYsecret, so misconfiguration or action supply-chain issues could affect repo interactions.Overview
Introduces a new GitHub Actions workflow (
.github/workflows/claude-auto-review.yml) to automatically run Claude-based PR reviews when a PR is opened againstmain, or on-demand via an@claude reviewcomment on a PR.The job checks out the full git history, runs
WalletConnect/actions/claude/auto-reviewpinned to a specific commit, sets concurrency to avoid duplicate runs, and grants write permissions to post review/issue comments usingsecrets.ANTHROPIC_API_KEY.Written by Cursor Bugbot for commit f37df9b. This will update automatically on new commits. Configure here.