Enable delete-branch-after-merge on all repos #21
Reference in New Issue
Block a user
Delete Branch "benvin/delete-branch-after-merge-all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Merged PR branches should be cleaned up automatically across the whole estate, for a consistent workflow.
Changes
default_delete_branch_after_mergefromfalsetotrueon the 10 repos that had it disabled.default_delete_branch_after_merge: trueto the 3 repos that were missing the field entirely (terraform-git,terraform-provider-litellmvaultsecret,vault-plugin-secrets-litellm).All 44 repo configs now set it to
true.