(req, config.LANDO_API_GITHUB_SECRET); - response.action = _.get(req, 'body.action', null); - response.validated = response.signature && _.includes(['created'], response.action); - } - - // If invalid response then let's send to slack and return right here - if (!response....