Update github_webhook_processor.php
This commit is contained in:
@@ -222,11 +222,8 @@ function handle_pr($payload) {
|
||||
else {
|
||||
$action = 'merged';
|
||||
checkchangelog($payload, true, true);
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
update_pr_balance($payload);
|
||||
$validated = TRUE; //pr merged events always get announced.
|
||||
>>>>>>> af44a7a... Adds Features per Fix tracking (#29897)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user