Commit:    c5fe83adb08b64267d1a5c01a8f301b8cdce55b6
Author:    kovacs.ferenc <[email protected]>         Wed, 11 Jun 2014 
20:49:09 +0200
Parents:   f1ba778df22b8e54a3e71d728ad7cf06be3c502d
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=c5fe83adb08b64267d1a5c01a8f301b8cdce55b6

Log:
send PRs of php-src to the git-pulls list

Changed paths:
  M  github-webhook.php


Diff:
diff --git a/github-webhook.php b/github-webhook.php
index 76e79db..7015b9c 100644
--- a/github-webhook.php
+++ b/github-webhook.php
@@ -1,7 +1,7 @@
 <?php
 $config = array(
        'repos' => array(
-               'php-src' => '[email protected]',
+               'php-src' => '[email protected]',
                'web-' => '[email protected]',
                'pecl-' => '[email protected]',
        ),
@@ -59,4 +59,4 @@ function verify_signature($requestBody) {
                }
        }
        return false;
-}
\ No newline at end of file
+}


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

Reply via email to