litellm/.github
jfu06 069cc9a01f fix(ci): use gh api --slurp to parse paginated issues in close_duplicate_issues.py
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
2026-07-06 01:10:34 -04: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 gh api --slurp to parse paginated issues in close_duplicate_issues.py 2026-07-06 01:10:34 -04:00
workflows Merge pull request #31462 from BerriAI/litellm_/stoic-euclid-c3b07c 2026-07-04 10:42:58 -07:00
dependabot.yaml chore: fixes 2026-04-05 01:30:57 -07:00
deploy-on-aws.png feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
deploy-on-gcp.png feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -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 chore: clarify the linear ticket instruction in pr template (#32076) 2026-07-03 14:14:40 -07:00
template.yaml (chore) cleanup 2024-02-09 09:28:13 -08:00