GitOperations.prototype.getCommitsInPR(mergeCommit: string): Promise<ConventionalCommit[]>
Get commits that were part of a PR Returns commits between merge base and the second parent of merge commit
Promise<ConventionalCommit[]>
Array of commits in the PR