-
Couldn't load subscription status.
- Fork 399
Description
The idea of switching from bors to GH merge queues has come up multiple times. "Old" bors often has trouble (though in the recent past it worked just fine), and IIRC, t-infra recommends that most smaller projects switch to merge queues rather than "new" bors. This also has the advantage of working around rust-lang/rust#101907 since we'd no longer have bors commits as part of the sync.
The main downside is increased latency: github waits until PR CI passes before even putting the PR in the queue, so one can't just push + r+ immediately, one has to wait for two times the CI time until the PR actually lands. However, landing PRs is rarely latency-sensitive so I don't think this is a big enough problem.
@rust-lang/miri what do you think?