:warning: fix: rename owner label and clarify variable naming by camilamacedo86 · Pull Request #2349 · operator-framework/operator-controller

Copilot AI review requested due to automatic review settings

November 19, 2025 09:47

@camilamacedo86 camilamacedo86 changed the title 🐛fix: rename owner label and clarify variable naming ⚠️ fix: rename owner label and clarify variable naming

Nov 19, 2025

@openshift-ci openshift-ci bot added the approved

Indicates a PR has been approved by an approver from all required OWNERS files.

label

Nov 19, 2025

tmshort

@camilamacedo86

Rename ClusterExtensionRevision owner label from `owner` to `owner-name`
for consistency. Also rename misleading `storeLbls` variable to
`revisionAnnotations` to clarify it contains annotations, not labels.

This removes the duplicate ClusterExtensionRevisionOwnerLabel constant
and uses labels.OwnerNameKey directly throughout the codebase.