Enable delete-branch-after-merge on all repos #21

Merged
benvin merged 2 commits from benvin/delete-branch-after-merge-all into main 2026-07-04 23:14:28 +10:00
Owner

Why

Merged PR branches should be cleaned up automatically across the whole estate, for a consistent workflow.

Changes

  • Flip default_delete_branch_after_merge from false to true on the 10 repos that had it disabled.
  • Add default_delete_branch_after_merge: true to 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.

## Why Merged PR branches should be cleaned up automatically across the whole estate, for a consistent workflow. ## Changes - Flip `default_delete_branch_after_merge` from `false` to `true` on the 10 repos that had it disabled. - Add `default_delete_branch_after_merge: true` to 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`.
unkinben added 1 commit 2026-07-04 22:52:17 +10:00
Enable delete-branch-after-merge on all repos
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
bbfe0edf2f
Merged PR branches should be cleaned up automatically everywhere, for a
consistent workflow across the estate.

- Flip default_delete_branch_after_merge from false to true on the 10 repos
  that had it disabled.
- Add default_delete_branch_after_merge: true to the 3 repos that were missing
  the field (terraform-git, terraform-provider-litellmvaultsecret,
  vault-plugin-secrets-litellm).
benvin added 1 commit 2026-07-04 23:12:36 +10:00
Merge branch 'main' into benvin/delete-branch-after-merge-all
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
6b26a75149
benvin merged commit c2a84ecd83 into main 2026-07-04 23:14:28 +10:00
benvin deleted branch benvin/delete-branch-after-merge-all 2026-07-04 23:14:28 +10:00
Sign in to join this conversation.