You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codex reviews every PR, including mine. Is that acceptable — and what is the actual trigger surface?
Rewritten after #1034 chose Codex. The original question was how to express author != simonoppowa. That is not expressible: Codex has no author filter, and the only author-scoped setting is the inverse ("Review my pull requests"). So the scope decision this map opened with is reversed, and the real question is what to do about the overlap.
Decide:
Is reviewing my own PRs tolerable, or actively bad?/code-review already runs locally on my branches, so this is duplicated work on the majority of traffic — I author most PRs here. It costs quota (shared 5-hour rolling windows with all other Codex usage) and adds a second opinion I did not ask for on work I already reviewed. Against that: a second pass is not worthless, and there is no way to switch it off per-author anyway.
The trigger surface. Establish precisely what the connected-repo settings expose: the "Automatic reviews" toggle, and the per-repo Auto code review / Review trigger overrides. Is automatic-on-open all-or-nothing, or is there a middle setting?
Mention-only as a deliberate choice. If automatic proves too noisy or too costly, @codex review on demand is the fallback — but it surrenders the unattended property that justified this whole map. Decide what would make that trade worth it.
Draft PRs — reviewed or not.
Dependabot. 11 open, all targeting develop, all created 2026-08-21 to 08-30. A bump diff has little to read and Dependabot rebases often. Does Codex review them, can it be stopped from doing so, and does each rebase burn another review?
Quota context from #1026's sibling research: reviews draw the same budget as all other Codex usage on 5-hour rolling windows; at the limit reviews simply stop, and Plus can buy credits.
Part of #1023
Question
Codex reviews every PR, including mine. Is that acceptable — and what is the actual trigger surface?
Rewritten after #1034 chose Codex. The original question was how to express
author != simonoppowa. That is not expressible: Codex has no author filter, and the only author-scoped setting is the inverse ("Review my pull requests"). So the scope decision this map opened with is reversed, and the real question is what to do about the overlap.Decide:
/code-reviewalready runs locally on my branches, so this is duplicated work on the majority of traffic — I author most PRs here. It costs quota (shared 5-hour rolling windows with all other Codex usage) and adds a second opinion I did not ask for on work I already reviewed. Against that: a second pass is not worthless, and there is no way to switch it off per-author anyway.Auto code review/Review triggeroverrides. Is automatic-on-open all-or-nothing, or is there a middle setting?@codex reviewon demand is the fallback — but it surrenders the unattended property that justified this whole map. Decide what would make that trade worth it.develop, all created 2026-08-21 to 08-30. A bump diff has little to read and Dependabot rebases often. Does Codex review them, can it be stopped from doing so, and does each rebase burn another review?Quota context from #1026's sibling research: reviews draw the same budget as all other Codex usage on 5-hour rolling windows; at the limit reviews simply stop, and Plus can buy credits.