Skip to content

🌱 Define fine-grained owners for the various subcomponents of OLMv1. #2113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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

openshift-ci bot commented Jul 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign thetechnick for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

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 2 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants