Fixed broken pnpm/action-setup pin and excluded workspace file from zip#75
Conversation
The pnpm/action-setup digest ac6db6d3c1f721f886538a378a2d73e85697340a no longer exists upstream — GitHub returns HTTP 422 for it, so any workflow job using it fails to resolve the action. Replaced it with 0e279bb959325dab635dd2c09392533439d90093, the verified digest behind the current v6/v6.0.8 tag. Also excluded pnpm-workspace.yaml from the installable theme zip: it is development tooling (pnpm 11 build-script approvals), not theme content. Discovered during the TryGhost/Themes#529 pnpm migration review.
|
Warning Review limit reached
More reviews will be available in 9 minutes and 20 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
pnpm/action-setupdigestac6db6d3c1f721f886538a378a2d73e85697340awith0e279bb959325dab635dd2c09392533439d90093in both workflow files. The old digest no longer exists upstream (GitHub returns HTTP 422 for it), so any workflow job using it fails to resolve the action. The new digest is the verified SHA behind the currentv6/v6.0.8tag. Discovered during the Changed package manager from yarn to pnpm Themes#529 pnpm migration review.'!pnpm-workspace.yaml'to the gulp zip task's exclusions. The file is development tooling (pnpm 11 build-script approvals) and does not belong in the installable theme zip.Verification
pnpm install --frozen-lockfilesucceeds.pnpm zipbuildsdist/tribeca.zip;unzip -l dist/tribeca.zip | grep -i pnpmreturns no matches (no pnpm files in the zip, 50 files total).gulpfile.jsonly.