Function gitSuggestReviewer

  • Suggests possible reviewers based on the previous authors of changed lines since baseRevision.

    Parameters

    • baseRevision: string
    • Optional toRevision: string

    Returns SuggestedReviewers

    Array of ReviewerStats, sorted by the amount of changed lines per author in descending order.

    Throws

    GitCmdError This exception is thrown in when any of the git operations fail

    Throws

    UnexpectedError This exception is thrown on unknown/unhandled errors. This is considered a bug.

Generated using TypeDoc