chore: Release PRs return to review after generated checks pass#1247
Conversation
Use the workflow run head SHA as the checked release PR head so draft recovery survives GitHub PR list lag after generated native CLI dist commits.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe PR refactors release PR checks to capture full dispatched workflow run objects instead of just run IDs. The lookup functions now return ChangesRelease PR Checks Refactoring
Possibly Related PRs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary
User Impact
Changes
Verification
go -C Packages/src/Cli~ test ./internal/automation -run TestReleasePRChecksUseDispatchedRunHeadWhenPRListReturnsStaleHead -count=1go -C Packages/src/Cli~ test ./internal/automation -run 'TestReleasePRChecks(UseDispatchedRunHeadWhenPRListReturnsStaleHead|FailWhenHeadChangesBeforeReady|DispatchAndMarkReady)' -count=1go -C Packages/src/Cli~ test ./internal/automation ./internal/architecture -count=1scripts/test-release-please-config.sh && scripts/test-sync-release-please-go-cli-dist.shscripts/check-go-cli.sh