Test merge candidate is removed on commit push (#36266)

This commit is contained in:
Jordan Brown
2018-03-10 03:09:06 -05:00
committed by duncathan salt
parent 2cd09cc381
commit 74b54620c8

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