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).
15 lines
386 B
YAML
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
|