Address build-up of stale branches #41357
Replies: 3 comments 11 replies
|
Igor Velikorossov (@RussKie): In which branch are you seeing this? We do require squash merges to branches like From your screenshot, you might be looking at a branch like |
|
Thanks for the feedback, but these were all known issues, and to be frank I don't think we can fix any of these. I don't think we can change how main merges to RPSaaSMaster, without causing even bigger problems. My recommendation would be to use the history in public/main instead of private/RPSaaSMaster when possible, since it should be much cleaner. Stale branches we could clean up, but it's never been a priority, and the risk of accidentally deleting an active branch outweighs the cost of keeping the branches in the repo. You can limit the branches you clone locally. For branches "rpaasmaster" and "rpsaasmaster". Current permissions model is anyone can push any branch with any name, so even if we delete these branches, anyone can push them again. So I don't think there's a solution other than "choose your target branch carefully". |
|
Wes Haggard (@weshaggard) Mike Harder (@mikeharder) I'm getting the following error now:
|


Uh oh!
There was an error while loading. Please reload this page.
Dear Maintainers,
Please disable the default "merge" strategy and replace it with the "squash merge" strategy to make the repo history cleaner and easier to navigate.
No one really cares how many times a contributor had to perform tracking merges of the base branch or address feedback; what matters is the end result.

Thank you
All reactions