Author: Nikita Popov (nikic)
Date: 2021-12-05T17:45:21+01:00

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

Ignore ready_for_review action

Changed paths:
  M  public/github-webhook.php


Diff:

diff --git a/public/github-webhook.php b/public/github-webhook.php
index 491d2b4..bbdc0e8 100644
--- a/public/github-webhook.php
+++ b/public/github-webhook.php
@@ -373,6 +373,7 @@ function handle_push_mail($payload) {
             case 'synchronize':
             case 'milestoned':
             case 'demilestoned':
+            case 'ready_for_review':
                 // Ignore these actions
                 break 2;
         }

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

Reply via email to