mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-24 14:58:59 +08:00

It is possible for misconfigured protected branches to have required status checks that are not in any of the current statuses: Pending, Success, Error, Failure, or Warning - presumably because the CI has not contacted us as yet. Fix #10636 by adding case: missing StatusChecks when these are missing