chore: bump CI artifact action and improve setup guide#37
Conversation
Updates `actions/upload-artifact` to v7 in both E2E workflow files (local and Vercel preview). Keeps CI actions current and avoids future deprecation warnings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds allowlist entries for `vercel` CLI commands (list, env, project, whoami, etc.) so Claude can inspect deployments and configuration without prompting for approval each time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Setup improvements: - Rename "my_proj" to "my-project" for consistent kebab-case naming - Add post-clone steps (cd, npm install, npm run dev) - Clarify Vercel automation bypass secret setup with exact name - Add `gh secret set` as CLI alternative for adding GitHub secrets - Add `vercel upgrade` alongside global install command - Note that Dependabot only opens PRs, never auto-merges Claude Code integration: - Add Claude Code prompts as alternatives for verifying deployments - Add `/merge-cleanup` step after merging the test PR - Add copyable prompt block for creating branch ruleset via API Makes the guide more self-contained so new projects can be set up without switching between multiple references. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds `npm run dev` alongside `npm install` so the quick-start block is self-contained. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review Summary by CodeRabbitRelease Notes
WalkthroughConfiguration and documentation updates to enhance Vercel integration testing and local development experience. Extends Claude Code CLI allowlist for Vercel commands, updates GitHub Actions artifact upload version, clarifies setup instructions, and improves project setup documentation with better examples and automation guidance. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsTimed out fetching pipeline failures after 30000ms Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
actions/upload-artifactfrom v6 to v7 in both E2E workflow filesnpm run devto the README quick-start blockTest plan
🤖 Generated with Claude Code