PolymerLabs / project-health

Apache License 2.0
9 stars 3 forks source link

Handle cases where there has been no submitted review #518

Closed samuelli closed 6 years ago

samuelli commented 6 years ago

Fixes #517.

In some cases, a PR will appear in GitHubs response under reviewed-by: even though no review has been submitted yet. This results in the PR being incorrectly handled. This fixes it by not handling any PR which has review when we did expect a review. This will allow it to fall through and be handled by other logic, such as what review-requests are still outstanding.

samuelli commented 6 years ago

FYI, added tests @gauntface