From 78ca4f49ab071cfce931e4f116dd0afa24673f0f Mon Sep 17 00:00:00 2001 From: Christopher Mancini Date: Tue, 9 Jun 2026 10:12:46 -0400 Subject: [PATCH] Remove srep-infra-cicd from golang-osd-operator update script [SDCICD-1761] The srep-infra-cicd team migration is complete. Operator teams should now own their Konflux setup. This update: 1. Removes automatic creation of .tekton/OWNERS with srep-infra-cicd 2. Adds cleanup logic to remove srep-infra-cicd from existing .tekton/OWNERS: - Deletes the file if it only contains srep-infra-cicd - Removes only srep-infra-cicd if other owners are present Repos will get this cleanup automatically on their next bp-update run. Co-Authored-By: Claude Sonnet 4.5 --- .../openshift/golang-osd-operator/update | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/boilerplate/openshift/golang-osd-operator/update b/boilerplate/openshift/golang-osd-operator/update index 5fe4a385..e951fdce 100755 --- a/boilerplate/openshift/golang-osd-operator/update +++ b/boilerplate/openshift/golang-osd-operator/update @@ -18,15 +18,25 @@ cp ${HERE}/.codecov.yml $REPO_ROOT echo "Copying OWNERS_ALIASES to your repository root." cp -L ${HERE}/OWNERS_ALIASES $REPO_ROOT -# Add CICD owners to .tekton if exists -if [[ -d "${REPO_ROOT}/.tekton/" ]]; then - echo "Adding Konflux subdirectory OWNERS file to .tekton/" - cat >"${REPO_ROOT}/.tekton/OWNERS" <