Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

GitHub App which automatically deletes branch when Pull Request is merged.

License

Notifications You must be signed in to change notification settings

tplk/delete-branch-after-pr-merge

Repository files navigation

delete-branch-after-pr-merge Build Status

A GitHub App built with probot that automatically deletes branch when Pull Request is merged.

Setup

Create a .github/delete-branch-after-pr-merge.yml file in default branch of your repository after bot installation via GitHub Apps.

Default configuration:

# An array of excluded branches which shouldn't be deleted after pr merge.
exclude:
 - master
# If set to true bot will leave a comment after deleting merged branch.
comment: true

About

GitHub App which automatically deletes branch when Pull Request is merged.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published