Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
indopensource-org | afa194a | Commit Preview URL Branch Preview URL |
Jul 20 2026, 09:28 AM |
merge: reconcile release history
There was a problem hiding this comment.
Code Review
This pull request updates the CONTRIBUTING.md documentation to refine the release branch policy by removing the explicit approval requirement and mandating merge commits for production promotions. Additionally, it introduces a new wrangler.jsonc configuration file to define project settings and asset directories. I have no feedback to provide as there were no review comments.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 34b13ba3fc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| `main` that passes CI. Merge production promotion pull requests with a merge | ||
| commit so `main` remains in the `release` history. |
There was a problem hiding this comment.
Make this promotion a real merge commit
For this production promotion, the invariant documented here is not actually achieved: 800ec6f has only the single parent adc6f70, and the promoted main tip is still not an ancestor, so future main → release PRs will continue to include already-promoted changes instead of being clean promotions. Please redo this as an actual merge commit from main into release (or otherwise make main an ancestor) before relying on the release history.
Useful? React with 👍 / 👎.
Production promotion
Merges
mainintoreleasewith a merge commit to reconcile the previously rebased histories and preservemainas an ancestor of production.Validation
main