Sometimes PRs gets stuck in the merge queue because Hoff missed the webhook that should have told it that CI passed.
There can be multiple reasons for the webhook to go missing: GitHub having issues, Hoffs webhook queue being full, etc.
Currently, the only way to get PRs that got stuck to merge, is to close and reopen the PR, then tag Hoff again.
Instead, it would be nice if Hoff could periodically check the GitHub API for the status of CI for each PR, and continue the merge even if it has missed a webhook.