Closed kirach closed 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
src/
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.
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-642674d9d48b666393c2d65de4cacc8bI'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.