- improve formatting

- add some more comments
This commit is contained in:
Mike Penz
2023-11-05 10:30:10 +00:00
committed by GitHub
parent 2538eab26b
commit 0e00e184e7
6 changed files with 23 additions and 10 deletions
+1
View File
@@ -288,6 +288,7 @@ export class GithubRepository extends BaseRepository {
body: comment.body,
state: comment.state
})
private fetchedEnough(pullRequests: PullsListData, fromDate: moment.Moment): boolean {
for (let i = 0; i < Math.min(pullRequests.length, 3); i++) {
const firstPR = pullRequests[i]