chore(codeowners): add three owners and remove two - #108
Merged
Conversation
leoparente
requested review from
MicahParks,
davidlanouette,
jajeffries,
ltucker and
mfiedorowicz
as code owners
August 17, 2026 20:40
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||
leoparente
force-pushed
the
chore/add-codeowners
branch
from
August 17, 2026 20:42
a0f3010 to
9cc7352
Compare
Adds @paulstuart, @samiura and @manrodrigues, who already own code in orb-agent, the consumer of this SDK, so reviews here reach them too. Removes @MicahParks and @ltucker. Matches the same change to diode-sdk-go. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
leoparente
force-pushed
the
chore/add-codeowners
branch
from
August 17, 2026 20:46
9cc7352 to
6d54db9
Compare
samiura
approved these changes
Aug 17, 2026
davidlanouette
approved these changes
Aug 17, 2026
mfiedorowicz
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the code owner list for this SDK.
Added — all three already own code in
orb-agent, which consumes this SDK, so reviews here reach them too:@paulstuart@samiura@manrodriguesRemoved:
@MicahParks@ltuckerEvery handle was resolved against the GitHub user API rather than inferred, because a wrong handle in CODEOWNERS fails silently: an added one is never assigned, and a removed one strips review coverage from the wrong person. Two cases where that mattered here:
@mfiedorowiczis Michal Fiedorowicz, not Micah, so it stays. Both begin "Mic" and only one was meant to go.@manrodrigues; there is noamanda*account in the org, so a guessed handle would have been silently ignored. Confirmed by mapping her commits (arodrigues@netboxlabs.com) to that login.Same change as netboxlabs/diode-sdk-go#86, so the two SDKs stay aligned.
🤖 Generated with Claude Code