fix: wrangler-action pnpm monorepo compatibility#134
Conversation
wrangler-action@v3 defaults to `pnpm add wrangler` which fails in pnpm workspaces without -w flag. Setting packageManager: pnpm and workingDirectory fixes the install. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Cloudflare Pages deployment workflow step was updated to specify pnpm as the package manager, set the working directory to apps/web, and adjust the deployment command to reference the output path relative to the working directory. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Fumadocs remark-image plugin tries to fetch image sizes for external URLs, which fails in CI (shields.io badges). Remove badges from docs index. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds a tweet job to the release workflow that posts to Twitter/X when a new version tag is pushed. Uses dart-actions/tweet with API credentials stored as GitHub secrets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fetches the GitHub Release body, strips markdown formatting, and truncates to fit within Twitter's 280 character limit. Tweet includes version header, release highlights, and download link. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
wrangler-action@v3failing withERR_PNPM_ADDING_TO_ROOTin pnpm workspacespackageManager: pnpmandworkingDirectory: apps/webto the deploy stepContext
The Deploy Web workflow has been failing on every push to main because wrangler-action tries
pnpm add wranglerat the workspace root without-w.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit