| 1 | import { Octokit } from "@octokit/rest"; |
| 2 | import { RequestError } from "@octokit/request-error"; |
| 3 | import * as Sentry from "@sentry/node"; |
| 4 | import { getTokenFromConfig } from "@sourcebot/shared"; |
nothing calls this directly
no test coverage detected