mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +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> |
||
|---|---|---|
| .. | ||
| codeql | ||
| ISSUE_TEMPLATE | ||
| observatory | ||
| screenshots | ||
| scripts | ||
| workflows | ||
| dependabot.yaml | ||
| deploy-to-aws.png | ||
| FUNDING.yml | ||
| pull_request_template.md | ||
| template.yaml | ||