Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13995464
D15970.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
719 B
Referenced Files
None
Subscribers
None
D15970.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 24, 1:05 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6746196
Default Alt Text
D15970.diff (719 B)
Attached To
Mode
D15970: Don't send mail to "uninteresting" auditors
Attached
Detach File
Event Timeline
Log In to Comment