Skip to content

fix(actions): remove organization queue sweep - #1878

Merged
seonghobae merged 6 commits into
mainfrom
codex/remove-org-queue-sweep
Sep 5, 2026
Merged

fix(actions): remove organization queue sweep#1878
seonghobae merged 6 commits into
mainfrom
codex/remove-org-queue-sweep

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

Summary

  • remove the central organization-wide queue sweep runner and repository walk
  • retain native PR/review events, auto-merge, same-PR cancellation, and daily repository-local recovery
  • delete sweep-only rotation, credential, budget, and queue-owner contracts

Verification

  • actionlint .github/workflows/pr-review-merge-scheduler.yml .github/workflows/agent-review-runtime-quality-ci.yml
  • python -m pytest -q tests/test_actions_queue_saturation_scheduler_cadence.py tests/test_merge_scheduler_runner_image_contract.py tests/test_required_workflow_queue_contract.py tests/test_agent_review_runtime_quality_consolidation.py tests/test_opencode_agent_contract.py tests/test_current_head_coalescer_self_cancellation.py (126 passed)
  • python -m compileall for the same focused test files
  • git diff --check

Residual evidence

The broad Strix shell contract currently stops on the pre-existing strix.yml concurrency-string drift tracked by current-main repair PR #1877; the scheduler-focused Python contracts and actionlint pass.

@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 41 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 752b11c8-8ef1-4042-9aa3-d028e1263978

📥 Commits

Reviewing files that changed from the base of the PR and between a9aeee8 and a74099c.

📒 Files selected for processing (17)
  • .github/workflows/agent-review-runtime-quality-ci.yml
  • .github/workflows/current-head-run-coalescer.yml
  • .github/workflows/noema-review.yml
  • .github/workflows/pr-review-merge-scheduler.yml
  • AGENTS.md
  • CHANGELOG.md
  • docs/doctoring/current-head-run-coalescing.md
  • docs/org-required-workflow-rollout.md
  • docs/product-technical-gap-baseline.md
  • scripts/ci/test_strix_quick_gate.sh
  • tests/test_actions_queue_saturation_scheduler_cadence.py
  • tests/test_agent_review_runtime_quality_consolidation.py
  • tests/test_current_head_coalescer_self_cancellation.py
  • tests/test_merge_scheduler_runner_image_contract.py
  • tests/test_opencode_agent_contract.py
  • tests/test_org_sweep_queue_hygiene_owner.py
  • tests/test_required_workflow_queue_contract.py

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.

@seonghobae
seonghobae merged commit 1b65dbc into main Sep 5, 2026
4 of 18 checks passed
@seonghobae
seonghobae deleted the codex/remove-org-queue-sweep branch September 5, 2026 00:13
seonghobae added a commit that referenced this pull request Sep 5, 2026
…nd concurrency reversals

Document why this branch's earlier job-level noema-review concurrency and
SHA-scoped coalescer group were replaced with #1878's workflow-level and
PR-number-only designs during this merge, rather than preserved -- both are
#1878's own deliberate, evidenced intent, not a disguised regression.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.

1 participant