ci: auto-fill release notes from the matching monorepo app release#296
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 35 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: Repository: wcpos/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughChangesDesktop release notes synchronization
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant PublishJobs
participant ReleaseNotesJob
participant AppRelease
participant DesktopRelease
PublishJobs->>ReleaseNotesJob: report platform publish results
ReleaseNotesJob->>DesktopRelease: read existing release body
ReleaseNotesJob->>AppRelease: fetch app release body
AppRelease-->>ReleaseNotesJob: return release notes
ReleaseNotesJob->>DesktopRelease: update release body with notes and footer
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR automatically fills desktop draft release notes after platform publishing. The main changes are:
Confidence Score: 4/5The remaining concurrent update risk should be resolved before merging.
.github/workflows/tag-and-release.yml Important Files Changed
Reviews (2): Last reviewed commit: "ci: fail notes job on non-404 API errors..." | Re-trigger Greptile |
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 @.github/workflows/tag-and-release.yml:
- Around line 350-357: Update the release-notes lookup around gh release view to
distinguish a missing release (HTTP 404) from authentication, rate-limit, and
other command failures. Use the footer-only fallback and warning only for the
confirmed 404 case; propagate or fail the workflow for all other errors, while
preserving the existing non-empty body handling.
🪄 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: Repository: wcpos/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: dc17b637-4f71-4573-b219-c56385b6e143
📒 Files selected for processing (1)
.github/workflows/tag-and-release.yml
Summary
Adds a
release-notesjob to the Publish workflow so the desktop release body is filled automatically — v1.9.7 went out with an empty body because Forge creates the draft with no notes and curation was a manual step.Behaviour:
No change to when the draft is published — that stays a manual decision.
Validated with actionlint.
Summary by CodeRabbit