1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

Put revisions you're a reviewer on which need review and which you've commented on in "Should Review"

Summary: Ref T10939. These poor stragglers got left out in the rain. Didn't catch any issues otherwise.

Test Plan: {F1426604}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10939

Differential Revision: https://secure.phabricator.com/D15929
This commit is contained in:
epriestley 2016-05-16 11:35:30 -07:00
parent 6e9828c743
commit c5853b4f48

View file

@ -96,6 +96,7 @@ final class DifferentialRevisionRequiredActionResultBucket
private function filterShouldReview(array $phids) {
$reviewing = array(
DifferentialReviewerStatus::STATUS_ADDED,
DifferentialReviewerStatus::STATUS_COMMENTED,
);
$reviewing = array_fuse($reviewing);