AArnott / pr-autocomplete-app

A GitHub App that adds auto-complete functionality to pull requests similar to that found in Azure Repos.
MIT License
4 stars 0 forks source link

Completing PR did not delete HEAD branch automatically #49

Open AArnott opened 4 years ago

AArnott commented 4 years ago

In this PR the head branch was not deleted when the PR was completed, even though the repo settings indicated it should be. Is this setting ignored when a bot completes a PR? If so, we should have our bot manually honor it by deleting the head branch.