-
Notifications
You must be signed in to change notification settings - Fork 5
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
Auto-delete branches on PR merge #121
Conversation
As far as I know, we never have cases where we want to keep the branch after a PR has merged. And if we do on a rare occasion, it should be easy to restore the branch. Auto-deleting brings some conveniences, including more efficiency and less forgotten stale branches. Fixes: #106
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial a conversation to gather feedback from the team.
If no concerns are raised within a couple of days, we can proceed with merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial a conversation to gather feedback from the team.
If no concerns are raised within a couple of days, we can proceed with merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial a conversation to gather feedback from the team.
If no concerns are raised within a couple of days, we can proceed with merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see downsides on deleting the branch. LGTM
As far as I know, we never have cases where we want to keep the branch after a PR has merged.
And if we do on a rare occasion,
it should be easy to restore the branch.
Auto-deleting brings some conveniences,
including more efficiency and less forgotten stale branches.
Fixes: #106