Is it possible to have the staging branch have multiple merge commits?

I've just set up a private Bors instance for work, and it's working great! Thank you to the maintainers for making such a good piece of software!

One thing we'd like, after a couple of days of use, is for the staging branch to have a series of merge commits instead of one big commit. Occasionally our QA team finds a problem deployed to our staging site and we revert merge commits to quickly back out a change before the problem goes to production, but when we have batched merge commits we'd be reverting unrelated changes.

So, is there some configuration setting we can tweak to get this behavior? If not, would it be welcome as an RFC for Bors?

1 Like