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
## Summary
- Add `auto_close_passing_reviews` config option (global and per-repo)
that automatically marks reviews as closed when they pass with no
findings
- Per-repo `.roborev.toml` overrides global `~/.roborev/config.toml`
using the standard `resolveBool` chain
- Auto-close logic in the worker is gated on `IsReviewJob()` so it only
fires for review/range/dirty jobs, not task/insights/compact/fix
- Tests cover enabled/disabled toggle, per-repo override, and a
regression test for non-review job types
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments