fixed pull_request typo.
This commit is contained in:
parent
9ecc9b0fc2
commit
4bdb44abb5
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ class LighthouseControllers {
|
|||
if (status) {
|
||||
let notification = JSON.parse(payload);
|
||||
if (notification.branch === 'master') {
|
||||
if (!notification.isPullRequest) {
|
||||
if (!notification.pull_request) {
|
||||
logToSlack('Auto Updating Lighthouse - ' + notification.message);
|
||||
update();
|
||||
ctx.body = 'OK';
|
||||
|
|
Loading…
Reference in a new issue