Skip to content

superplanehq/app_auto_merge_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Merge Bot

Launch in SuperPlane

Automatically merge pull requests when all CI checks pass and a configured label is applied. No more waiting around for green builds.

How it works

  1. Add the configured label (default: merge-when-ready) to a pull request
  2. The bot monitors commit statuses and check runs on the PR
  3. 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

Prerequisites

Install

Click Launch in SuperPlane at the top of this page. Select your repository, and optionally configure the merge method and label name.

Defaults

  • Merge method: squash
  • Label: merge-when-ready

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors