Files
terraform-git/config/git.unkin.net/unkin/repository/terraform-nomad.yaml
T
unkinben bbfe0edf2f
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
Enable delete-branch-after-merge on all repos
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).
2026-07-04 22:52:02 +10:00

15 lines
386 B
YAML

description: "Manage nomad with Terraform"
private: false
default_branch: "master"
default_delete_branch_after_merge: true
branch_protection:
- rule_name: "master"
enable_push: false
merge_whitelist_teams:
- "terraform"
status_check_contexts:
- "Build / build (pull_request)"
approval_whitelist_teams:
- "terraform"
dismiss_stale_approvals: true