-
Notifications
You must be signed in to change notification settings - Fork 364
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
Remove Stale Branches #1174
Comments
Hello @MichaelCordingley, |
Thank you! |
Adding to this; I'd like to be able to delete stale branches that have already been merged. There is already an option to Automatically delete head branches but it would be nice to only perform this once a branch is considered stale (and has been merged). Edit: To be clear, I would NOT want to automatically delete unmerged stale branches. I only want to delete stale branches that are associated with a pull request that has been merged. |
@priyagupta108 Checking in. Have you had a chance to take a look, yet? |
Bump/Keep-Alive |
Description:
Automatically remove branches that are not associated with an open issue and are more than X days stale.
Previously described in #620, which ironically closed due to staleness.
Justification:
Branches are another form of cruft that builds up and becomes stale.
Are you willing to submit a PR?
I'm probably not the best person to do so, else I would
The text was updated successfully, but these errors were encountered: