From e3550a513c5b8398ae1bf81285ea9aefcd8e01ae Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Thu, 25 Jun 2026 18:46:51 +0200 Subject: [PATCH] chore: update rhdh-operator branch protection rules Removed branch configurations for unmaintained 1.2.x, release-1.3, and release-1.4. Updated required status checks for the main branch to reflect recent changes in the job names. --- .../rhdh-operator/_prowconfig.yaml | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/core-services/prow/02_config/redhat-developer/rhdh-operator/_prowconfig.yaml b/core-services/prow/02_config/redhat-developer/rhdh-operator/_prowconfig.yaml index a01a67dcec201..618553c8795ef 100644 --- a/core-services/prow/02_config/redhat-developer/rhdh-operator/_prowconfig.yaml +++ b/core-services/prow/02_config/redhat-developer/rhdh-operator/_prowconfig.yaml @@ -4,13 +4,6 @@ branch-protection: repos: rhdh-operator: branches: - 1.2.x: - enforce_admins: true - protect: true - required_status_checks: - contexts: - - PR Validate - - PR Publish main: allow_deletions: false allow_force_pushes: false @@ -19,25 +12,8 @@ branch-protection: required_status_checks: contexts: - PR Validate - - PR Publish - release-1.3: - allow_deletions: false - allow_force_pushes: false - enforce_admins: true - protect: true - required_status_checks: - contexts: - - PR Validate - - PR Publish - release-1.4: - allow_deletions: false - allow_force_pushes: false - enforce_admins: true - protect: true - required_status_checks: - contexts: - - PR Validate - - PR Publish + - Validate Dockerfile + - Validate Bundle Manifests tide: merge_method: redhat-developer/rhdh-operator: squash