Page MenuHomePhabricator

D15970.diff
No OneTemporary

D15970.diff

diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditEditor.php
@@ -642,6 +642,12 @@
$status_resigned = PhabricatorAuditStatusConstants::RESIGNED;
foreach ($object->getAudits() as $audit) {
+ if (!$audit->isInteresting()) {
+ // Don't send mail to uninteresting auditors, like packages which
+ // own this code but which audits have not triggered for.
+ continue;
+ }
+
if ($audit->getAuditStatus() != $status_resigned) {
$phids[] = $audit->getAuditorPHID();
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 11, 5:20 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6746196
Default Alt Text
D15970.diff (719 B)

Event Timeline