a8n: Fix GitHub PR ReviewState by ignoring pending/commented reviews
Created by: mrnugget
This fixes a bug I discovered locally where we reported the review state of PR https://github.com/sourcegraph/sourcegraph/pull/5895 to be "Pending".
The reason why we did that is because we didn't ignore Pending/Commented reviews, which we do in the burndown chart calculations.