mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-01 08:20:36 +00:00
9c685dedbb
Backport #38653 by @Zettat123 The handler of `/actions/runs/{run}/approve` doesn't check if the run is already approved. If a run is re-approved, its jobs' status will be reset to `StatusWaiting`, causing incorrect job status. Co-authored-by: Zettat123 <zettat123@gmail.com>