DefinitelyTyped / dt-mergebot

The bot which handles auto-merging your PRs
https://devblogs.microsoft.com/typescript/changes-to-how-we-manage-definitelytyped/
MIT License
112 stars 44 forks source link

Use proper file count #420

Closed elibarzilay closed 3 years ago

elibarzilay commented 3 years ago

When there are more than 3k files, the gql query returns only 3k, and that includes prInfo.files.totalCount. So use prInfo.changedFiles instead, which has the correct full count.