Interface BranchSyncPluginOptions

interface BranchSyncPluginOptions {
    allow?: RulesOr<undefined | string[]>;
    auto?: RulesOr<undefined | boolean>;
    enforceLinearHistory?: boolean;
    maximumCommitsBehind?: number;
    preventRedundantBuilds?: RulesOr<undefined | boolean>;
    using: RulesCatchAllOr<"merge" | "rebase">;
}

Properties

allow?: RulesOr<undefined | string[]>
auto?: RulesOr<undefined | boolean>
enforceLinearHistory?: boolean
maximumCommitsBehind?: number
preventRedundantBuilds?: RulesOr<undefined | boolean>
using: RulesCatchAllOr<"merge" | "rebase">

Generated using TypeDoc