Incorrect report about running checks
I have tests still running, but the ones that have been completed have all passed. Until the last check completes or one of them fails, it shows both "checks passed" (implying that everything is fine) and a warning stating that checks failed.
Intel Mac, latest version
Nothing blocking, it is only while the tests are still running. Once the tests are completed, be it failing or succeeding, it reports correctly.
I'm getting this warning on a repo has required reviewers on a PR that 1. has all tests passing but 2. was not yet approved by a reviewer.
After the review, the warning went away.
So maybe the warnings should be specific to each state or more general that merging is blocked?
So maybe the warnings should be specific to each state or more general that merging is blocked?
Agreed. I assume the GH API distinguishes between failing checks and pending reviews, but the message in GitButler does not. If GH doesn't distinguish, then this issue can't be addressed.