From 67e6c464c3052870f95912f547e27325089b977f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 10 Mar 2018 07:38:19 -0600 Subject: [PATCH] [MIRROR] Test merge candidate is removed on commit push (#5878) * Test merge candidate is removed on commit push (#36266) * Test merge candidate is removed on commit push --- tools/WebhookProcessor/github_webhook_processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/WebhookProcessor/github_webhook_processor.php b/tools/WebhookProcessor/github_webhook_processor.php index 6a2bbc228f..e2039869d1 100644 --- a/tools/WebhookProcessor/github_webhook_processor.php +++ b/tools/WebhookProcessor/github_webhook_processor.php @@ -216,7 +216,7 @@ function tag_pr($payload, $opened) { $tags[] = 'Removal'; } - $remove = array(); + $remove = array('Test Merge Candidate'); $mergeable = $payload['pull_request']['mergeable']; if($mergeable === TRUE) //only look for the false value