b178a5cb37
Align the repo name with the vault-secrets-<engine> provider naming used by the ghp/netbox provider repos (the canonical form for this engine).
22 lines
682 B
YAML
22 lines
682 B
YAML
description: "Terraform provider to manage the arrstack Vault secrets engine (config + roles)"
|
|
private: false
|
|
default_branch: "main"
|
|
default_delete_branch_after_merge: true
|
|
# Squash-only: the gitea provider has no "default merge style", so we restrict
|
|
# the allowed styles to squash to force it.
|
|
allow_merge_commits: false
|
|
allow_rebase: false
|
|
allow_rebase_explicit: false
|
|
allow_squash_merge: true
|
|
branch_protection:
|
|
- rule_name: "main"
|
|
merge_whitelist_teams:
|
|
- "Owners"
|
|
enable_push: false
|
|
status_check_contexts:
|
|
- "ci/woodpecker/pr/pre-commit"
|
|
- "ci/woodpecker/pr/build"
|
|
- "ci/woodpecker/pr/test"
|
|
approval_whitelist_teams:
|
|
- "Owners"
|