Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

fix(deploy): drop pnpm version: input that broke the migrate job#8

Merged
ComBba merged 1 commit into
mainfrom
fix/deploy-pnpm-version
May 12, 2026
Merged

fix(deploy): drop pnpm version: input that broke the migrate job#8
ComBba merged 1 commit into
mainfrom
fix/deploy-pnpm-version

Conversation

@ComBba
Copy link
Copy Markdown
Contributor

@ComBba ComBba commented May 12, 2026

pnpm/action-setup@v4 errors with Multiple versions of pnpm specified when both a version: input and package.json's packageManager: pnpm@9.12.0 are present. That failed the migrate job in the first deploy.yml run, which skipped deploy-api/deploy-web/smoke. (The build & push images and deploy pipeline-kickoff-v2 job jobs succeeded — the v2 Cloud Run Job is live.) Fix matches ci.yml: no version: input, rely on the packageManager field.

Merging re-triggers deploy.yml → migrate + the two Cloud Run services (R9).

🤖 Generated with Claude Code

…field)

pnpm/action-setup@v4 errors with 'Multiple versions of pnpm specified' when
both a `version:` input and package.json's `packageManager: pnpm@9.12.0` are
present — this killed the migrate job (→ deploy-api/web skipped). Match ci.yml:
no version: input, rely on the packageManager field. Also drops the now-unused
PNPM_VERSION env.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 12, 2026

Warning

Rate limit exceeded

@ComBba has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 50 minutes and 36 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 234e33a0-c57b-4e65-9e28-cfd9945ee2cb

📥 Commits

Reviewing files that changed from the base of the PR and between 5b56d6f and d355237.

📒 Files selected for processing (1)
  • .github/workflows/deploy.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/deploy-pnpm-version

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ComBba ComBba merged commit 74100e6 into main May 12, 2026
10 checks passed
@ComBba ComBba deleted the fix/deploy-pnpm-version branch May 12, 2026 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant