Skip to content

feat(#613): enable canary-rollout schedule in .github (cutover) - #628

Merged
don-petry merged 1 commit into
mainfrom
epic-613-cutover-enable-schedule
Jul 9, 2026
Merged

feat(#613): enable canary-rollout schedule in .github (cutover)#628
don-petry merged 1 commit into
mainfrom
epic-613-cutover-enable-schedule

Conversation

@don-petry

Copy link
Copy Markdown
Contributor

What

PR-C2 of the epic #613 cutover. Re-enables the 4-hourly schedule: on the relocated canary-rollout workflow (shipped disabled in #624), making .github the live host for autocut → promote-all → sync-issues.

 on:
-  # schedule:  # DISABLED until epic #613 step-4 cutover …
-  #   - cron: "0 */4 * * *"
+  schedule:
+    - cron: "0 */4 * * *"   # every 4 hours
   workflow_dispatch:

⚠️ Merge order (hard requirement)

Must land AFTER petry-projects/.github-private#1128, which deletes the engine + workflow there and stops that repo's schedule. Both CANARY_AUTO_CUT and CANARY_AUTO_PROMOTE are true, so the two schedules must never overlap (they'd race on tag mutations). Sequenced strictly after the .github-private removal.

Already live-validated

workflow_dispatch evaluate run 28990172900 in .github minted the release-manager App token, resolved cross-repo dev-lead channel tags on .github-private, and computed the #548 gate — the engine runs correctly from its new home.

Refs #613

🤖 Generated with Claude Code

PR-C2 of the epic #613 cutover. Re-enables the 4-hourly `schedule:` on the
relocated canary-rollout workflow (shipped disabled in #624), making .github the
live host for autocut → promote-all → sync-issues.

MUST land AFTER petry-projects/.github-private#1128 (which deletes the engine +
workflow there, stopping that repo's schedule). Both CANARY_AUTO_CUT and
CANARY_AUTO_PROMOTE are 'true', so the two schedules must never overlap — this is
sequenced strictly after the .github-private removal merges.

Live-validated already: workflow_dispatch evaluate run 28990172900 in .github
minted the release-manager App token, resolved cross-repo dev-lead channel tags on
.github-private, and computed the #548 gate — confirming the engine runs correctly
from its new home.

Refs #613

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 9, 2026 03:04
@don-petry
don-petry requested a review from a team as a code owner July 9, 2026 03:04
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@don-petry, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 54 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2648d96f-3cca-4468-9e61-aa86ea408296

📥 Commits

Reviewing files that changed from the base of the PR and between 9b27602 and febd624.

📒 Files selected for processing (1)
  • .github/workflows/canary-rollout.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch epic-613-cutover-enable-schedule

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@don-petry

Copy link
Copy Markdown
Contributor Author

Dev-Lead — review-changes (no-changes)

No changes were needed for this PR.

@don-petry
don-petry enabled auto-merge (squash) July 9, 2026 03:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Re-enables the scheduled trigger for the relocated canary-rollout workflow in petry-projects/.github, completing the cutover step so this repo becomes the live host for the 4-hourly automation loop (autocut → promote-all/evaluate-all → sync-issues/drift).

Changes:

  • Re-enabled the schedule: trigger to run every 4 hours.
  • Restored automated canary-rollout orchestration cadence from .github (instead of dispatch-only).

Comment on lines +44 to +45
schedule:
- cron: "0 */4 * * *" # every 4 hours — autocut → promote-all → sync-issues
@don-petry
don-petry merged commit 7412468 into main Jul 9, 2026
25 checks passed
@don-petry
don-petry deleted the epic-613-cutover-enable-schedule branch July 9, 2026 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants