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:
parent
6e9828c743
commit
c5853b4f48
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ final class DifferentialRevisionRequiredActionResultBucket
|
||||||
private function filterShouldReview(array $phids) {
|
private function filterShouldReview(array $phids) {
|
||||||
$reviewing = array(
|
$reviewing = array(
|
||||||
DifferentialReviewerStatus::STATUS_ADDED,
|
DifferentialReviewerStatus::STATUS_ADDED,
|
||||||
|
DifferentialReviewerStatus::STATUS_COMMENTED,
|
||||||
);
|
);
|
||||||
$reviewing = array_fuse($reviewing);
|
$reviewing = array_fuse($reviewing);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue