litellm/.github
Cursor Agent 846e60a319
fix(ci): use --jq '.[]' to flatten gh api --paginate output
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>
2026-05-19 19:51:21 +00:00
..
codeql [Infra] Improve CodeQL scanning coverage and schedule 2026-03-27 12:04:09 -07:00
ISSUE_TEMPLATE docs: document new github + gitlab ci scripts 2026-03-25 20:17:10 -07:00
observatory Add observatory test workflow for RC/stable releases 2026-03-01 15:30:09 -03:00
screenshots fix(team_endpoints): auto-add SSO team members to org on move (proxy admin only) (#26377) 2026-04-24 08:36:25 -07:00
scripts fix(ci): use --jq '.[]' to flatten gh api --paginate output 2026-05-19 19:51:21 +00:00
workflows fix(ci): flag codecov uploads, enable carryforward, close coverage gaps (#28028) 2026-05-16 10:56:32 -07:00
dependabot.yaml chore: fixes 2026-04-05 01:30:57 -07:00
deploy-to-aws.png Add files via upload 2023-10-25 16:33:53 -07:00
FUNDING.yml Update FUNDING.yml 2023-09-22 09:51:35 -07:00
pull_request_template.md docs: update pull_request_template to add Linear ticket mentioning 2026-04-27 17:31:03 -07:00
template.yaml (chore) cleanup 2024-02-09 09:28:13 -08:00