mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +00:00
The check-duplicate workflow's auto-close step failed with: json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 2856598 `gh api --paginate` without --jq concatenates each page's response as a pretty-printed JSON array spanning many lines; splitting that on newlines and feeding individual lines to json.loads cannot work. Pass --jq '.[]' so each issue is emitted as a single line of JSON, which the line-by-line parser handles correctly. Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| close_duplicate_issues.py | ||
| scan_keywords.py | ||