Author: Nikita Popov (nikic)
Date: 2021-04-06T10:27:23+02:00

Commit: 
https://github.com/php/web-master/commit/5c0ea104faecf342cdf3fc34b17021c54b0905ca
Raw diff: 
https://github.com/php/web-master/commit/5c0ea104faecf342cdf3fc34b17021c54b0905ca.diff

Temporarily disable commit mails for pecl

I plan to perform a number of repository imports today, make sure
this doesn't end up sending mails for old commits.

Changed paths:
  M  github-webhook.php


Diff:

diff --git a/github-webhook.php b/github-webhook.php
index 7bbae4b..2aa9a67 100644
--- a/github-webhook.php
+++ b/github-webhook.php
@@ -127,8 +127,8 @@ function get_commit_mailing_list($repoName) {
         return '[email protected]';
     } else if (strpos($repoName, 'web-') === 0) {
         return '[email protected]';
-    } else if (strpos($repoName, 'pecl-') === 0) {
-        return '[email protected]';
+    //} else if (strpos($repoName, 'pecl-') === 0) {
+        //return '[email protected]';
     } else if (strpos($repoName, 'doc-') === 0 && $repoName !== 'doc-gtk') {
         return str_replace('-', '_', $repoName) . '@lists.php.net';
     } else {

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to