-
Notifications
You must be signed in to change notification settings - Fork 570
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
Framework: add action to delete merge branches? #12270
Comments
It could be controlled via a Label, in case you didn't want it deleted. |
Here is an action that does delete on merge: |
We could also set the repo to just do that (thanks for the functionality, Microsoft!) |
I'm fully in favor of this. I'll try to remember to bring this up at TUG next week, if we get support then we can probably just turn it on. I'll also note that I'm fully in favor of forcing the fork workflow so that the central repository does not contain WIP from developers. |
Adding to the list for open discussion topics. |
Putting on the agenda for the Operational Leadership meeting this week. |
@jhux2 , I think this is done. The autotester deletes merged branches, and we went through and cleaned old branches that people were not using. Can we close this and finished? |
Yes, I agree. |
Question
@trilinos/framework Is it be possible to add a github action to delete branches that have been auto-merged? Right now, when a PR is automerged and the branch lives in the Trilinos repo, the author has to remember to delete the branch. As a result, there are a lot of dead branches, including merges to master. (Alternatively, the project could require branches to be in the author's own fork.)
The text was updated successfully, but these errors were encountered: