From af0a0cf85e1dc4eb2ee94b640c7ccadfcbec0af0 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 23 Jul 2025 01:55:50 +0100 Subject: Update policy-bot config --- kubernetes/namespaces/tooling/policy-bot/configmap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kubernetes') diff --git a/kubernetes/namespaces/tooling/policy-bot/configmap.yaml b/kubernetes/namespaces/tooling/policy-bot/configmap.yaml index ec56f26..5b56079 100644 --- a/kubernetes/namespaces/tooling/policy-bot/configmap.yaml +++ b/kubernetes/namespaces/tooling/policy-bot/configmap.yaml @@ -46,5 +46,12 @@ data: options: # The path within repositories to find the policy.yml file policy_path: .github/review-policy.yml + + # Policy to use when a repository does not explicitly define one + shared_repository: .github + shared_policy_path: review-policies/core-developers.yml + # The context prefix for status checks created by the bot status_check_context: "Review requirements" + # Expand users + expand_required_reviewers: true -- cgit v1.2.3