export type PluginConfig = {
    excludeRegex: string;
    header: string;
    codeownersPath: string;
    limit: number;
    leaderboard: boolean;
};
