- identify merged PRs given the mergeCommitSha

- do not solely go via merge commits as not all merges will have these
This commit is contained in:
Mike Penz
2020-10-29 12:06:32 +01:00
parent eea7b77d97
commit a1b4e555e4
3 changed files with 15 additions and 42 deletions
-1
View File
@@ -8,7 +8,6 @@ export interface CommitInfo {
message: string
author: string
date: moment.Moment
prNumber: number | undefined
}
export class Commits {