mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.6 KiB
1.6 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Delete merged branch | No more manually deleting merged branches, this lovely app does it for you. | delete-merged-branch |
|
|
svanboxel/delete-merged-branch | https://delete-merged-branch.now.sh | 61 | 2019-01-11 07:55:19 UTC | 522 |
|
Delete merged branch
A GitHub app that automatically deletes a branch after it's merged. That's it, enjoy!
Application logic
Only PRs that actually get approved and merged will be automatically flagged for deletion. The usual flow will be as follows:
- Author opens a PR from a feature branch.
- PR gets reviewed and CI runs.
- Reviewer or author merges the PR.
- The feature branch gets deleted by this app.
The following flow doesn't result in deletion of the branch:
- Author opens a PR from a feature branch.
- PR gets reviewed and CI runs.
- CI fails/PR gets declined.
- Reviewer or author decides to close the PR without merging it.
Installation
Want to try it out? You can install the app directly from this page.
See readme.md if you would like to run your own instance of this app.
Feedback?
Please open an issue