ci: bump RAINIX_SHA to dbcd9d3 (rustfmt virtual workspace root) - #364
Conversation
|
Warning Review limit reachedNext included review available in 47 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (13)
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 |
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Bumps the pinned
RAINIX_SHAin all 13 reusable workflows from64c884b9todbcd9d3, so consumers resolve the rust-shell built from #363.Without this, #363's hook fix is inert:
rainix-rs-static.yamlrunsnix develop github:rainlanguage/rainix/${{ env.RAINIX_SHA }}#rust-shell -c pre-commit run --all-files, which at64c884b9is still the hook that exitsFailed to find targetson a virtual workspace root.rainlanguage/rain.metadatastays red onrs-static, and itsci-gatekeeps refusing to publish.QA
rs-staticlane going green once this lands.grep -rh 'RAINIX_SHA: ' .github/workflows/ | sort -ureturning exactly one line.git rev-parse origin/main=dbcd9d3cf55da4c40e42519b320cea8bdcd9a193, the merge commit of fix(pre-commit): rustfmt a virtual workspace root #363, and the existing bump commits (210e3358,8c9af7c0,cf3b6826,9744637f) which set the same key in the same 13 files.🤖 Generated with Claude Code