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

Fix timeline expires math #364

Closed jablko closed 3 years ago

jablko commented 3 years ago

The timelines expire on (since + the maximum staleness), not (now + the maximum staleness). I introduced this bug in #289, mea culpa!