diff --git a/config/git.unkin.net/unkin/repository/vault-plugin-secrets-arrstack.yaml b/config/git.unkin.net/unkin/repository/vault-plugin-secrets-arrstack.yaml new file mode 100644 index 0000000..1e8f009 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/vault-plugin-secrets-arrstack.yaml @@ -0,0 +1,21 @@ +description: "Vault/OpenBao secrets engine minting dynamic arrproxy per-user API tokens" +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"