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).
12 lines
351 B
YAML
12 lines
351 B
YAML
description: "Vault PKI certificate issuance and SSH host key signing tool for Puppet-managed infrastructure"
|
|
private: false
|
|
default_branch: "master"
|
|
default_delete_branch_after_merge: true
|
|
branch_protection:
|
|
- rule_name: "master"
|
|
enable_push: false
|
|
merge_whitelist_users:
|
|
- "unkinben"
|
|
approval_whitelist_users:
|
|
- "unkinben"
|