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 |
||
|---|---|---|
| .. | ||
| codeql | ||
| ISSUE_TEMPLATE | ||
| observatory | ||
| screenshots | ||
| scripts | ||
| workflows | ||
| dependabot.yaml | ||
| deploy-on-aws.png | ||
| deploy-on-gcp.png | ||
| deploy-to-aws.png | ||
| FUNDING.yml | ||
| pull_request_template.md | ||
| template.yaml | ||