Author: Ilija Tovilo (iluuu1994) Committer: GitHub (web-flow) Pusher: iluuu1994 Date: 2024-05-22T01:02:27+02:00
Commit: https://github.com/php/web-master/commit/dfb1f57cdbe20dbedfdb3dab887f2230c9dcb235 Raw diff: https://github.com/php/web-master/commit/dfb1f57cdbe20dbedfdb3dab887f2230c9dcb235.diff Don't send mail on review_request_removed Changed paths: M public/github-webhook.php Diff: diff --git a/public/github-webhook.php b/public/github-webhook.php index e3cd6c6..3eb93d4 100644 --- a/public/github-webhook.php +++ b/public/github-webhook.php @@ -379,6 +379,7 @@ function handle_push_mail($payload) { case 'demilestoned': case 'ready_for_review': case 'review_requested': + case 'review_request_removed': // Ignore these actions break 2; default: