chore: Keep release automation out of package notes#1440
Conversation
Exclude release PR automation paths from the project runner release component and retry release PR lookup after release-please opens a PR so body normalization can run despite GitHub API propagation delay. Also correct the project runner changelog entry that accidentally included the release PR automation follow-up.
|
Warning Review limit reached
Next review available in: 9 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAdds ChangesRelease PR automation improvements
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@cli/internal/automation/release_pr_checks.go`:
- Around line 223-230: The retry loop in findReleasePRCheckPullRequestWithRetry
ignores cancellation during the backoff sleep, so update the sleep path to be
context-aware. In the attempt loop, replace the unconditional
releasePRCheckSleep call with a select on ctx.Done() versus a timer or
context-aware helper, and return ctx.Err() immediately when the context is
canceled or times out. Keep the existing retry behavior otherwise.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 306bf1f6-1d1e-4538-9689-57de52e8c8ee
📒 Files selected for processing (6)
.github/workflows/release-please.ymlcli/CHANGELOG.mdcli/internal/automation/release_pr_checks.gocli/internal/automation/release_pr_checks_test.gorelease-please-config.jsonscripts/test-release-please-config.sh
💤 Files with no reviewable changes (1)
- cli/CHANGELOG.md
There was a problem hiding this comment.
2 issues found across 6 files
You’re at about 92% of the monthly reviewed-line limit. You may want to disable incremental reviews to conserve quota. Reviews will continue until that limit is exceeded. If you need help avoiding interruptions, please contact contact@cubic.dev.
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Make release PR retry backoff context-aware so CI cancellation can stop the automation promptly, and cover the canceled lookup path in tests.
Make the project runner release exclusions match release-please file paths from the repository root so release automation changes are actually filtered out.
Summary
uloop-project-runnerrelease notes.User Impact
Changes
clirelease automation paths from the project runner release component.Notes
uloop-project-runner-v3.0.0-beta.44release notes and merged chore: release v3-beta #1439 PR body were manually corrected to remove fix: Release PRs label the Unity package summary #1438.uloop-project-runner-v3.0.0-beta.44release itself remains because fix: Windows update checks no longer interrupt routine commands #1434 changed actual CLI/project-runner code.Verification
go test ./internal/automation -run "ReleasePRCheck" -count=1scripts/test-release-please-config.sh./scripts/check-go-cli.sh