0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-09 23:38:02 -05:00
Files
gitea/models
Zettat123 bb1f52347a Add a doctor command to fix inconsistent run status (#35840)
#35783 fixes an actions rerun bug. Due to this bug, some runs may be
incorrectly marked as `StatusWaiting` even though all the jobs are in
done status. These runs cannot be run or cancelled. This PR adds a new
doctor command to fix the inconsistent run status.

```
gitea doctor check --run fix-actions-unfinished-run-status --fix
```

Thanks to @ChristopherHX  for the test.
2025-11-04 03:32:26 +01:00
..
2025-09-13 10:34:43 -04:00
2025-08-30 01:04:06 +08:00