Auto-retry for PR merges #1716
DanielRosenwasser posted onGitHub
I work on TypeScript, and periodically do DefinitelyTyped duty, merging in type declarations for various untyped packages on npm. This extension has helped me a ton.
Much of the time, PRs are pretty easy to merge in and I can do many at a time; however, sometimes GitHub can't keep up!
I'll have to wait around to hit the "try again" button and try to merge.
This ends up making the process take a lot longer, and when there are so many @sindresorhus packages for the world to type :wink:, this can really start to add up.
Much like this extension adds a "merge when tests pass" feature, it'd be useful to us if there was also an auto-retry-on-failed-merge feature.
I get that this sounds like a pretty unique case, but it very well could be useful for other similar repositories. If it's too out there, I'd understand. :slightly_smiling_face: