mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
Test merge candidate is removed on commit push (#36266)
This commit is contained in:
committed by
duncathan salt
parent
2cd09cc381
commit
74b54620c8
@@ -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