Author: Nikita Popov (nikic)
Date: 2021-04-06T13:05:57+02:00
Commit:
https://github.com/php/web-master/commit/56cf6ee44a4a967e6714bd902a25fc4ea3e457a6
Raw diff:
https://github.com/php/web-master/commit/56cf6ee44a4a967e6714bd902a25fc4ea3e457a6.diff
Revert "Temporarily disable commit mails for pecl"
This reverts commit 5c0ea104faecf342cdf3fc34b17021c54b0905ca.
Repository import is finished.
Changed paths:
M github-webhook.php
Diff:
diff --git a/github-webhook.php b/github-webhook.php
index 2aa9a67..7bbae4b 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