From 298a80f096fa184621dc991127c75ad0148d3833 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 2 Feb 2022 12:11:29 +0000 Subject: [PATCH] Enforce DCO check org-wide Signed-off-by: Richard Wall --- config/config.yaml | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 9b9469fc1..21dd9f7ad 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -25,41 +25,32 @@ plank: gcs_credentials_secret: "service-account" branch-protection: - allow_disabled_policies: true - orgs: - # TODO: enforce dco check org-wide - # protect: true - # required_status_checks: - # contexts: - # - dco cert-manager: + allow_disabled_policies: true + orgs: + protect: true + required_status_checks: + contexts: + - dco repos: cert-manager: - protect: true required_status_checks: contexts: - - dco - pull-cert-manager-bazel - pull-cert-manager-deps - pull-cert-manager-chart - pull-cert-manager-e2e-v1-23 website: - protect: true required_status_checks: contexts: - - dco - pull-cert-manager-website-verify webhook-example: - protect: true required_status_checks: contexts: - - dco - pull-cert-manager-webhook-example-verify trust: - protect: true required_status_checks: contexts: - - dco - pull-cert-manager-trust-verify - pull-cert-manager-trust-smoke jetstack: