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 @@ -418,7 +418,7 @@ $message = $data->getCommitMessage(); $matches = null; - if (!preg_match('/^Auditors:\s*(.*)$/im', $message, $matches)) { + if (!preg_match('/^Auditors?:\s*(.*)$/im', $message, $matches)) { return array(); }