Skip to content

Conversation

joelanford
Copy link
Member

The goal is to reduce the possibility of the bystander effect (see https://en.wikipedia.org/wiki/Bystander_effect), and give maintainers more accountability and ownership of the areas in which they are experts.

This will also help contributors more quickly identify those experts and get the necessary reviews for their work to merge.

Description

In order to help me come up with the groupings and assignments, I assessed git commit history and a sampling of GitHub PRs (using the gh command, don't worry I didn't manually trawl PRs) to find trends in contributions and reviews. I feel like what that showed lined up with what I somewhat expected just based on my past observations.

We won't merge this PR without approvals from all of the existing approvers:
@perdasilva @tmshort @grokspawn @camilamacedo86 @thetechnick

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

The goal is to reduce the possibility of the bystander effect
(see https://en.wikipedia.org/wiki/Bystander_effect), and give
maintainers more accountability and ownership of the areas in
which they are experts.

This will also help contributors more quickly identify those experts
and get the necessary reviews for their work to merge.
@joelanford joelanford requested a review from a team as a code owner July 22, 2025 03:17
@openshift-ci openshift-ci bot requested review from anik120 and dtfranz July 22, 2025 03:17
Copy link

netlify bot commented Jul 22, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 116f6c8
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/68813fd7b7b87e00082c57ce
😎 Deploy Preview https://deploy-preview-2113--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

codecov bot commented Jul 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.60%. Comparing base (b5a475a) to head (116f6c8).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2113   +/-   ##
=======================================
  Coverage   73.60%   73.60%           
=======================================
  Files          78       78           
  Lines        7260     7260           
=======================================
  Hits         5344     5344           
  Misses       1566     1566           
  Partials      350      350           
Flag Coverage Δ
e2e 43.50% <ø> (-0.17%) ⬇️
experimental-e2e 56.12% <ø> (-0.26%) ⬇️
unit 58.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@perdasilva
Copy link
Contributor

I'm good with this. I'll leave the final approvals after all the folks you mentioned in the description have had a say.

docs-draft-approvers:
- camilamacedo86
- grokspawn
- thetechnick
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm super-unclear on the aggregation/override model here, but if michaelryanpeter is not approver in docs-draft-approvers, IMO he should be.

Copy link
Member Author

Choose a reason for hiding this comment

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

The structure is <root>/docs/draft. Because of OWNERS inheritance, the following OWNERS files are scraped/unioned for approvers/reviewers:

  1. <root>/OWNERS
  2. <root>/docs/OWNERS
  3. <root>/docs/draft/OWNERS

Michael is an approver in (2), which makes him an approver in (3) via inheritance.

@grokspawn
Copy link
Contributor

I'm good with this. I'll leave the final approvals after all the folks you mentioned in the description have had a say.

I raised one point, but I think this is a fine trial approach. We can adjust in future where there is friction, or to meet specific support goals.

@camilamacedo86
Copy link
Contributor

I am okay with trying it out and seeing how that works.

@@ -0,0 +1,2 @@
approvers:
- api-approvers
Copy link
Contributor

Choose a reason for hiding this comment

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

Changes to the api directory often lead to changes in the config directory, which leads to changes in the manifest directory. We might want to consolidate these a bit.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added OWNERS with api-approvers for the generated CRD manifests. Good catch!

@thetechnick
Copy link
Contributor

+1 lgtm

Copy link
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

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

/lgtm
I'm still concerned about file generation, causing cascading effects, meaning that the olmv1-approvers will end up approving more than expected. But I suppose we can give it a try

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 28, 2025
Copy link

openshift-ci bot commented Jul 28, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tmshort

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

The pull request process is described here

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 Jul 28, 2025
@tmshort tmshort removed the lgtm Indicates that a PR is ready to be merged. label Jul 28, 2025
@tmshort
Copy link
Contributor

tmshort commented Jul 28, 2025

(Took off LGTM, otherwise, this might merge unintentionally)

@tmshort
Copy link
Contributor

tmshort commented Jul 28, 2025

/lgtm
And it seems I was the last holdout

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 28, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 0206ad4 into operator-framework:main Jul 28, 2025
24 checks passed
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.

6 participants