mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
Previously --limit was only honored in real-close mode because closed was incremented inside an 'if not dry_run' guard. A dry-run preview with --limit N still iterated and printed every matching PR, defeating the purpose of using --limit to preview a small batch. Count both dry-run and real close actions toward the limit so the flag behaves identically in both modes. |
||
|---|---|---|
| .. | ||
| close_duplicate_issues.py | ||
| close_low_quality_prs.py | ||
| scan_keywords.py | ||
| triage_with_llm.py | ||