diff --git a/config/git.unkin.net/unkin/repository/arrproxy.yaml b/config/git.unkin.net/unkin/repository/arrproxy.yaml new file mode 100644 index 0000000..0f4a015 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/arrproxy.yaml @@ -0,0 +1,16 @@ +description: "arrstack reverse proxy: oauth2-gated UI + per-user API-key broker" +private: true +default_branch: "main" +default_delete_branch_after_merge: true +default_merge_style: "squash" +branch_protection: + - rule_name: "main" + merge_whitelist_teams: + - "Owners" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/pre-commit" + - "ci/woodpecker/pr/test" + - "ci/woodpecker/pr/build" + approval_whitelist_users: + - "benvin"