Heal History API
CI healing attempt history and statistics.
Statistics
GET /api/heal/statsjson
{
"total": 42,
"healed": 28,
"failed": 8,
"skipped": 6,
"success_rate": 0.667
}List Heal History
GET /api/healAll heal attempts. Supports pagination.
Heal History by Repo
GET /api/heal/:owner/:repoHeal History by CI Run
GET /api/heal/run/:githubRunIdHeal attempts for a specific GitHub Actions run.