[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:
committed by
Poojawa
parent
303ccde640
commit
67e6c464c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user