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

If there are over 500 files changed, don't fetch more than that #448

Closed elibarzilay closed 2 years ago

elibarzilay commented 2 years ago

This should avoid the problem seen in this PR BUT it means that when there are too many files, it should be taken more seriously, since the bot wouldn't go over any of the extra ones.

So I also added a "Too Many Files" label and made it use it (otherwise it would only show an easy-to-miss line at the bottom of the welcome message).

Fixes #447. Probably. Maybe.