- read in labels from pull requests

- stop processing pull requests as soon as we reached a PR which was last changed before the relevant date range
- return filtered pull requests
This commit is contained in:
Mike Penz
2020-10-16 09:53:08 +02:00
parent 8944338c36
commit 8dd6d28fd5
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export class ReleaseNotes {
}
}
return pullRequests
return filteredPullRequests
}
private getFormatedChanges(pullRequests: PullRequestInfo[], formatter: (pr?: PullRequestInfo) => string): string {