chore(ci): fork release hygiene and publishing docs - #4
Conversation
|
Warning Review limit reached
Next review available in: 30 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: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Comment |
|
@codesmith-bot fix all emrge conflcits thne push to this pr |
Merge conflicts on PR #4 are resolved: #4 is now MERGEABLE. The conflicts came from two stray i18n commits pushed onto |
Cleans up the inherited GitHub Actions setup so the fork can't accidentally publish or fail on Zoo-internal automation, and documents what a maintainer must configure to publish under the
bolt-builderpublisher.The important change is that the nightly pre-release no longer fires on every push to
main:Left as-is, that workflow would publish a public pre-release to the Marketplace on every merge the moment
VSCE_PATexists. (The stablemarketplace-publish.ymlis already safe: it only runs on av*.*.*tag and hard-asserts thebolt-builder/bolt-codeidentity, so it stays untouched.)Also removed as Zoo/Roo-internal or leaky:
release-reminder.yml— Friday Discord webhook pinging upstream team members; fails every week on a fork.cli-release.yml— builds a CLI the fork doesn't ship and embedsRooCodeInc/Roo-Codeinstall URLs (the last hardcoded upstream repo reference in.github/)..github/actions/slack-notify/— dead composite action, referenced by no workflow.Renamed the CI workflow from "Code QA Roo Code" to "Code QA", and added a root
PUBLISHING.mddocumenting the required secrets (VSCE_PAT, optionalOVSX_PAT/POSTHOG_API_KEY/CODECOV_TOKEN), themarketplace-production/marketplace-prereleaseenvironments, and the tag-driven release flow. Kept CI, e2e, CodeQL, visual-regression, and release-validation as-is; Codecov upload steps stay but fail softly until a token is added. Telemetry key plumbing is untouched so opt-in still works (see the telemetry PR).Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.