Add channel weight #140
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ class LighthouseControllers {
|
||||||
if (status) {
|
if (status) {
|
||||||
let notification = JSON.parse(payload);
|
let notification = JSON.parse(payload);
|
||||||
if (notification.branch === 'master') {
|
if (notification.branch === 'master') {
|
||||||
if (!notification.isPullRequest) {
|
if (!notification.pull_request) {
|
||||||
logToSlack('Auto Updating Lighthouse - ' + notification.message);
|
logToSlack('Auto Updating Lighthouse - ' + notification.message);
|
||||||
update();
|
update();
|
||||||
ctx.body = 'OK';
|
ctx.body = 'OK';
|
||||||
|
|
Loading…
Reference in a new issue