fix(ci): review draft pull requests without backlog - #281
Conversation
📝 WalkthroughWalkthroughThe ReviewRouter Codex workflow now supports converted-to-draft, manual, and scheduled triggers, configurable review execution, and a separate scheduled OAuth refresh job. ChangesReviewRouter Workflow Expansion
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
bc7d60b to
2de59bd
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2de59bd6b0
ℹ️ 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".
| concurrency: | ||
| group: reviewrouter-codex-oauth-${{ github.repository_id }}-codex-rotating-1163183284 | ||
| queue: max | ||
| cancel-in-progress: false |
There was a problem hiding this comment.
Restore ReviewRouter queueing for pending runs
When a ReviewRouter job is already running and two or more PR events or refreshes arrive, removing queue: max makes this concurrency group fall back to GitHub Actions' default single pending run, where a newer pending run cancels/replaces the existing pending run (the GitHub concurrency docs describe queue: max as the option that allows up to 100 pending runs). Because codex-review and codex-refresh share this same group, bursts of ReviewRouter events can now silently drop reviews or refreshes; the same restoration is needed in the refresh block below.
Useful? React with 👍 / 👎.
Summary
Validation
Summary by CodeRabbit
Summary
📒 Files selected for processing (1)
.github/workflows/reviewrouter-codex.yml📝 Walkthrough
Walkthrough
This PR updates 1 file across 1 CI workflow. The generated summary is based on the GitHub pull request file list and diff metadata, and the author's description above is preserved.
Changes
.github/workflows/reviewrouter-codex.ymlLine stats: 1 modified; +2/-4.