A GitHub App built with probot that automatically deletes branch when Pull Request is merged.
Create a .github/delete-branch-after-pr-merge.yml
file
in default branch of your repository after bot installation via
GitHub Apps.
# 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