Skip to content

Commit

Permalink
Enforce DCO check org-wide
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
  • Loading branch information
wallrj committed Feb 2, 2022
1 parent 3b13569 commit 298a80f
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 298a80f

Please sign in to comment.