Skip to content

Commit bf221e7

Browse files
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, so we no longer automatically add srep-infra-cicd to .tekton/OWNERS files during boilerplate updates. This change prevents future bp-update runs from re-adding the srep-infra-cicd team to operator repositories. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent c1bd568 commit bf221e7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

  • boilerplate/openshift/golang-osd-operator

boilerplate/openshift/golang-osd-operator/update

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ cp ${HERE}/.codecov.yml $REPO_ROOT
1818
echo "Copying OWNERS_ALIASES to your repository root."
1919
cp -L ${HERE}/OWNERS_ALIASES $REPO_ROOT
2020

21-
# Add CICD owners to .tekton if exists
22-
if [[ -d "${REPO_ROOT}/.tekton/" ]]; then
23-
echo "Adding Konflux subdirectory OWNERS file to .tekton/"
24-
cat >"${REPO_ROOT}/.tekton/OWNERS" <<EOF
25-
reviewers:
26-
- srep-infra-cicd
27-
approvers:
28-
- srep-infra-cicd
29-
EOF
30-
fi
31-
3221
# Add dependabot configuration
3322
mkdir -p $REPO_ROOT/.github
3423
TARGET_FILE="${REPO_ROOT}/.github/dependabot.yml"

0 commit comments

Comments
 (0)