Files
cleanup-release/.gitea/ai-review/findings.json
T

10 lines
394 B
JSON

[
{
"level": "critical",
"role": "Zara",
"location": "entrypoint.sh:77-91",
"suggestion": "`curl` only fetched the first releases page. Gitea paginates this API, so the cleanup can miss older releases beyond page 1 and leave stale artifacts behind. Fetch pages until an empty page is returned, merge the results, and then sort/filter the full list.",
"is_new": true
}
]