- 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:
+1
-1
@@ -102,7 +102,7 @@ export class ReleaseNotes {
|
||||
}
|
||||
}
|
||||
|
||||
return pullRequests
|
||||
return filteredPullRequests
|
||||
}
|
||||
|
||||
private getFormatedChanges(pullRequests: PullRequestInfo[], formatter: (pr?: PullRequestInfo) => string): string {
|
||||
|
||||
Reference in New Issue
Block a user