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 097c14d commit 971ec2dCopy full SHA for 971ec2d
lambdas/functions/control-plane/src/scale-runners/scale-down.ts
@@ -21,7 +21,6 @@ type RepoRunnerList = GetResponseDataTypeFromEndpointMethod<
21
typeof Octokit.prototype.actions.listSelfHostedRunnersForRepo
22
>;
23
24
-// Derive the shape of an individual runner
25
type RunnerState = (OrgRunnerList | RepoRunnerList)['runners'][number];
26
27
async function getOrCreateOctokit(runner: RunnerInfo): Promise<Octokit> {
0 commit comments