tibdex / probot-serverless-now

🤖 Probot Wrapper to run GitHub Apps as Lambdas in Zeit's Now 2.0
MIT License
33 stars 4 forks source link

Invalid links to probot libs #4

Closed kirach closed 5 years ago

kirach commented 5 years ago

It looks like a lot of files are referencing invalid files from probot library. For example: https://github.com/tibdex/probot-serverless-now/blob/master/src/utils.ts#L2

import { findPrivateKey } from "probot/lib/private-key";

But this file was moved to the src/ folder in May 2018: https://github.com/probot/probot/pull/372/files#diff-642674d9d48b666393c2d65de4cacc8b

I'm not sure how exactly but it worked ok with probot version 7. After migrating to the version 8 and 9 I'm having issues.