From 394e09217ef6c8192add538b0cc094bc0a8272ea Mon Sep 17 00:00:00 2001 From: Danilo Gemoli Date: Thu, 9 Jan 2025 14:17:40 +0100 Subject: [PATCH] fix(branch-protector): allow branches to opt out protection --- config/prow/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 6ddf58753870..c9437d3abf23 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -204,6 +204,7 @@ slack_reporter_configs: report_template: 'Job {{.Spec.Job}} of type {{.Spec.Type}} ended with state {{.Status.State}}. <{{.Status.URL}}|View logs>' branch-protection: + allow_disabled_job_policies: true orgs: kubernetes: protect: true