Skip to content

🌱 Update repo owners - #2852

Open
pedjak wants to merge 1 commit into
operator-framework:mainfrom
pedjak:update-owner-aliases
Open

🌱 Update repo owners#2852
pedjak wants to merge 1 commit into
operator-framework:mainfrom
pedjak:update-owner-aliases

Conversation

@pedjak

@pedjak pedjak commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

removed @oceanc80 @OchiengEd @trgeiger - please reach back if you want to stay on the list.

Summary by CodeRabbit

  • Chores
    • Updated approval and review assignments by removing several former participants from the relevant review groups.

Copilot AI lite review requested due to automatic review settings August 6, 2026 10:49
@openshift-ci
openshift-ci Bot requested review from fgiudici and joelanford August 6, 2026 10:49
@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit f10d03a
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6a74a16d7f2d110008795912
😎 Deploy Preview https://deploy-preview-2852--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The change updates OWNERS_ALIASES by removing users from the olmv1-approvers and olmv1-reviewers aliases.

Changes

OLMv1 ownership aliases

Layer / File(s) Summary
Update OLMv1 alias membership
OWNERS_ALIASES
Removes oceanc80 from olmv1-approvers. Removes oceanc80, OchiengEd, and trgeiger from olmv1-reviewers.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: joelanford, fgiudici, copilot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly and concisely describes the repository owner updates in the changeset.
Description check ✅ Passed The description states which owner aliases were removed and explains the reason for inviting them to respond.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository maintainer alias definitions by removing several GitHub handles from the olmv1-approvers and olmv1-reviewers groups in OWNERS_ALIASES.

Changes:

  • Remove kevinrizza and oceanc80 from olmv1-approvers.
  • Remove oceanc80, OchiengEd, and trgeiger from olmv1-reviewers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread OWNERS_ALIASES
Comment on lines 2 to 6
olmv1-approvers:
- grokspawn
- joelanford
- kevinrizza
- oceanc80
- pedjak
- perdasilva

@rashmigottipati rashmigottipati left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 6, 2026
Comment thread OWNERS_ALIASES
- perdasilva
- rashmigottipati
- tmshort
- trgeiger

@tmshort tmshort Aug 6, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tayler?

Copilot AI review requested due to automatic review settings August 6, 2026 14:59
@pedjak
pedjak force-pushed the update-owner-aliases branch from b74314e to f10d03a Compare August 6, 2026 14:59
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 6, 2026
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@OWNERS_ALIASES`:
- Around line 4-5: Remove the kevinrizza entry from the olmv1-approvers list in
OWNERS_ALIASES so OWNERS no longer includes that user in the repository approval
path.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0d1f77be-3912-4eec-8a28-381b947335ba

📥 Commits

Reviewing files that changed from the base of the PR and between 6603a82 and f10d03a.

📒 Files selected for processing (1)
  • OWNERS_ALIASES

Comment thread OWNERS_ALIASES
Comment on lines 4 to +5
- kevinrizza
- oceanc80
- joelanford

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Remove kevinrizza from olmv1-approvers.

The PR objective lists kevinrizza among the users to remove, but OWNERS_ALIASES still lists kevinrizza on Line 4. OWNERS consumes olmv1-approvers for repository approvals, so kevinrizza remains in the approval path. Remove this entry, or update the PR objective if retaining it is intentional.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@OWNERS_ALIASES` around lines 4 - 5, Remove the kevinrizza entry from the
olmv1-approvers list in OWNERS_ALIASES so OWNERS no longer includes that user in
the repository approval path.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@tmshort

tmshort commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 6, 2026

@rashmigottipati rashmigottipati left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tmshort

tmshort commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

/approve
I really meant to /approve

@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rashmigottipati, tmshort

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants