litellm/.github/scripts
mateo-berri 542dde7990
fix(triage): apply --limit consistently in dry-run and close modes
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.
2026-05-19 07:32:56 +00:00
..
close_duplicate_issues.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
close_low_quality_prs.py fix(triage): apply --limit consistently in dry-run and close modes 2026-05-19 07:32:56 +00:00
scan_keywords.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
triage_with_llm.py fix(triage): make reconsider mode fail-safe on malformed LLM verdict 2026-05-19 07:20:12 +00:00