repo2post - v0.1.1
    Preparing search index...

    Interface CollectPrOptions

    Options for collectPullRequest.

    interface CollectPrOptions {
        includeDiff?: boolean;
        maxLinesPerFile?: number;
        maxTotalLines?: number;
    }
    Index

    Properties

    includeDiff?: boolean

    Capture and shape the PR diff. Default true.

    maxLinesPerFile?: number

    Per-file diff line cap. Default 200.

    maxTotalLines?: number

    Total diff line cap. Default 1500.