[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
This commit is contained in:
CitadelStationBot
2018-03-10 07:38:19 -06:00
committed by Poojawa
parent 303ccde640
commit 67e6c464c3

View File

@@ -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