You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$subject = '[URGENT] Filter list entry added for high-download package '.$packageName.' ('.number_format($downloads).' downloads)';
106
-
$body = 'A new filter list entry has been added for '.$packageName.' which has '.number_format($downloads)." total downloads. This requires urgent attention.\n\n";
107
-
} else {
108
-
$subject = 'Filter list entry added for '.$packageName;
109
-
$body = 'A new filter list entry has been added for '.$packageName.".\n\n";
$subject = '[URGENT] Filter list entry added for high-download package '.$packageName.' ('.number_format($downloads).' downloads)';
108
+
$body = 'A new filter list entry has been added for '.$packageName.' which has '.number_format($downloads)." total downloads. This requires urgent attention.\n\n";
109
+
} else {
110
+
$subject = 'Filter list entry added for '.$packageName;
111
+
$body = 'A new filter list entry has been added for '.$packageName.".\n\n";
0 commit comments