Skip to main content
Go to Latest
function configureRepository
import { configureRepository } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/src/octokit/configureRepository.ts";

Configure a repository with the specified setup.

Parameters

octokit: Octokit

The Octokit instance to configure the repository in.

The repository to configure.

sourceDetails: EaCSourceDetails

The source details.

Returns

Promise<Repository>

The configured repository.