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 55f332b commit 94bf0a1Copy full SHA for 94bf0a1
lambdas/functions/control-plane/src/scale-runners/scale-up.ts
@@ -352,7 +352,6 @@ async function createStartRunnerConfig(
352
353
function isValidRepoOwnerTypeIfOrgLevelEnabled(payload: ActionRequestMessage, enableOrgLevel: boolean) : boolean {
354
return !(enableOrgLevel && payload.repoOwnerType !== 'Organization');
355
-
356
}
357
358
function addDelay(instances: string[]) {
0 commit comments