Skip to content

a8n: Fix GitHub PR ReviewState by ignoring pending/commented reviews

Warren Gifford requested to merge a8n/ignore-commented-pending into master

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.

Merge request reports

Loading