Interface Config

interface Config {
    branches?: {
        restrictions?: boolean | "manual" | BranchRestrictionOptions;
    };
    labels?: {
        schema?: Label[];
    };
    plugins?: PluginDef<unknown>[];
}

Properties

branches?: {
    restrictions?: boolean | "manual" | BranchRestrictionOptions;
}

Type declaration

labels?: {
    schema?: Label[];
}

Type declaration

  • Optional schema?: Label[]
plugins?: PluginDef<unknown>[]

Generated using TypeDoc