- 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:
@@ -8,7 +8,6 @@ export interface CommitInfo {
|
||||
message: string
|
||||
author: string
|
||||
date: moment.Moment
|
||||
prNumber: number | undefined
|
||||
}
|
||||
|
||||
export class Commits {
|
||||
|
||||
Reference in New Issue
Block a user