This Probot plugin automatically merges pull requests with a successful status. It can be used by itself, or as part of a collection of plugins called Teacherbot.
- Install this app
- You're done! But you can also customize the responses.
You can use the default responses, but if you'd like to specify your own:
- If you're using this plugin as part of Teacherbot: create a file inside a
.github
folder, namedteacherbot.yml
and include the text below. - If you're using this plugin standalone: create a file inside a
.github
folder, namedremind-merge.yml
and include the text below.
remindMerge:
merged: ":wave: hiya Please remember to delete your branch after merging or closing if you haven't done so already.",
unmerged: "It looks like you closed this Pull Request without merging. If you need any help, just ask!"
See docs/deploy.md if you would like to run your own instance of this plugin.
Just open a new issue in this repo if you find a bug, have a suggestion, or would like to chat about contributing. We also welcome pull requests.
This Probot plugin is made by the friendly s from GitHub Professional Services with help from the open source community. This plugin is used during the training engagements that we provide.