Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function configureRepository
import { configureRepository } from "https://deno.land/x/fathym_everything_as_code@v0.1.72/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.