common/config/beachball/github-functions/constants.ts (
5
lines of code) (
raw
):
import { IRepoDetails } from './types'; export const repoDetails: IRepoDetails = { owner: 'azure', repo: 'communication-ui-library' };