From 4800b787bf7d955f547f51b8e5dfa0bea503cb3e Mon Sep 17 00:00:00 2001 From: James Liu Date: Wed, 8 May 2024 23:17:02 +0000 Subject: [PATCH] chore(kubeflow): Remove Google CLA check for kubeflow. Reference: https://docs.prow.k8s.io/docs/components/optional/branchprotector/ https://github.com/kubeflow/community/issues/661 --- prow/oss/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prow/oss/config.yaml b/prow/oss/config.yaml index 71bc1f10b7..7874bb4bdf 100644 --- a/prow/oss/config.yaml +++ b/prow/oss/config.yaml @@ -198,9 +198,9 @@ branch-protection: orgs: kubeflow: protect: true - required_status_checks: - contexts: - - cla/google + #required_status_checks: + # contexts: + # - cla/google exclude: - "^revert-" # don't protect revert branches - "^dependabot/" # don't protect branches created by dependabot