Hello! Love bulldozer but having some trouble understanding something: Bulldozer seems to not wait for non-required checks to finish before merging. But the docs says that bulldozer will:
Wait for additional status checks that are not required by GitHub
Here's an example of bulldozer merging a PR without waiting until the "UI Tests" check completes.

How do we get bulldozer to wait until all non-required checks to complete (regardless of a failure or success) before merging?
Hello! Love bulldozer but having some trouble understanding something: Bulldozer seems to not wait for non-required checks to finish before merging. But the docs says that bulldozer will:
Here's an example of bulldozer merging a PR without waiting until the "UI Tests" check completes.
How do we get bulldozer to wait until all non-required checks to complete (regardless of a failure or success) before merging?