mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The Check Duplicate Issues workflow crashed on every issues event with json.decoder.JSONDecodeError. fetch_open_issues split gh api --paginate output with splitlines() and parsed each line as JSON, but gh concatenates pages without guaranteeing each physical line is a self-contained JSON document, and splitlines() also breaks on unescaped Unicode line separators (U+2028/U+2029) that GitHub returns raw inside issue bodies. Fetch with --slurp instead, which emits one well-formed JSON array of pages, and flatten it. Fixes #32217 |
||
|---|---|---|
| .. | ||
| _agent_shin_actions.py | ||
| agent_shin_shared.py | ||
| close_duplicate_issues.py | ||
| close_low_quality_prs.py | ||
| scan_keywords.py | ||
| triage-requirements.txt | ||
| triage_rollout_heads_up.py | ||
| triage_with_llm.py | ||
| uv_sync_with_retries.sh | ||