Automatically rebase and merge PR as tests pass

Continuing the discussion from the locked thread Auto Merge PR as tests pass, I developed a GitHub App to do just that: Autorebase. I’m sharing it here in this forum because it’s the old thread that gave me the idea for this GitHub App. I hope it will be useful to @mattrobbins and @andrejserafim who participated in the old thread.

2 Likes

@tibdex we are using bors-ng with great success, the benefit is that master is built sequentially, meaning we can’t have 2 PRs pass independently, but break the build once both are merged.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.