We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc4c68 commit efdce56Copy full SHA for efdce56
apps/bot/src/features/devin-status.ts
@@ -5,7 +5,7 @@ import {
5
getDevinSessionDetail,
6
isDevinSessionWorking,
7
} from "../devin/index.js";
8
-import { createOrUpdateCheck, ProbotContext } from "../lib/github-checks.js";
+import { createOrUpdateCheck, ProbotContext } from "../github/check.js";
9
10
const CHECK_NAME = "Devin";
11
apps/bot/src/lib/github-checks.ts apps/bot/src/github/check.tsapps/bot/src/lib/github-checks.ts renamed to apps/bot/src/github/check.ts
@@ -1,5 +1,5 @@
1
-import { Probot } from "probot";
2
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
+import { Probot } from "probot";
3
4
export type ProbotContext = Parameters<Parameters<Probot["on"]>[1]>[0];
0 commit comments