-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master branch getting deleted #21
Comments
Although people threat branches named |
Perhaps I'm misunderstanding how this tool is supposed to work. If |
You're right @ctrom, this sounds like a bug. Let me try to reproduce it. Also, feel free to submit a PR. 👍 https://github.com/SvanBoxel/delete-merged-branch/releases/tag/v1.0.3 |
Hey @ctrom, I just released a new version that includes this bug fix. |
@SvanBoxel Awesome, thanks for getting this fixed so fast. |
Since installing this plugin, we've been having issues with our master branches getting deleted.
Example Scenario:
master
.OrgName:master
fromUser1:master
).OrgName:master
branch is deleted and the default branch is set to one of the other branches on the repository.Our testing indicates that this issue does not occur if the PR is from a non-master fork branch (User1 wants to merge 1 commit into
OrgName:master
fromUser1:NewFeatureBranch
).The text was updated successfully, but these errors were encountered: