Automatically merge pull requests when all CI checks pass and a configured label is applied. No more waiting around for green builds.
- Add the configured label (default:
merge-when-ready) to a pull request - The bot monitors commit statuses and check runs on the PR
- Once all statuses are green and all check runs pass, the PR is merged automatically
Works both ways:
- Label first, then CI passes — merges as soon as checks turn green
- CI passes, then label — merges immediately when the label is applied
- A SuperPlane account with a GitHub integration
Click Launch in SuperPlane at the top of this page. Select your repository, and optionally configure the merge method and label name.
- Merge method: squash
- Label:
merge-when-ready
MIT