mirror of https://github.com/go-gitea/gitea.git
#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. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| authorizedkeys.go | ||
| breaking.go | ||
| checkOldArchives.go | ||
| dbconsistency.go | ||
| dbconsistency_test.go | ||
| dbversion.go | ||
| doctor.go | ||
| fix8312.go | ||
| fix16961.go | ||
| fix16961_test.go | ||
| heads.go | ||
| lfs.go | ||
| main_test.go | ||
| mergebase.go | ||
| misc.go | ||
| paths.go | ||
| repository.go | ||
| storage.go | ||
| usertype.go | ||