Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 8, 2026

Pull Request Checklist

Please leverage this checklist as a reminder to address common feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

Description

Adds Johnathan Walker (@j7nw4r) as code owner for /sdk/eventhubs/* and /sdk/servicebus/* to align with cross-SDK code ownership patterns.

Changes

  • Appends two blocks to .github/CODEOWNERS:
    # Add Johnathan Walker as code owner for Event Hubs SDK
    /sdk/eventhubs/* @j7nw4r
    
    # Add Johnathan Walker as code owner for Service Bus SDK
    /sdk/servicebus/* @j7nw4r
    

This creates additional ownership patterns alongside the existing Event Hubs entry. Both sets of code owners will be notified for Event Hubs changes per GitHub CODEOWNERS behavior. The Service Bus entry is a forward-looking addition that will take effect when the Service Bus SDK is added to the repository.

Original prompt

Add @j7nw4r (Johnathan Walker) as a code owner for Event Hubs SDK files in the CODEOWNERS file.

Task

Append the following two-line block to the end of .github/CODEOWNERS:

# Add Johnathan Walker as code owner for Event Hubs SDK
/sdk/eventhubs/* @j7nw4r

Requirements

  • Do NOT modify any existing lines in the CODEOWNERS file
  • Only append the two-line block at the end of the file
  • Ensure there is a blank line before the comment if the file doesn't end with one

Context

This mirrors the style of existing azure-sdk-for-js PR where @j7nw4r is already listed as a code owner for Event Hubs. This is a minimal change to add code ownership for Event Hubs SDK files.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add Johnathan Walker as code owner for Event Hubs SDK Add @j7nw4r as code owner for Event Hubs SDK Jan 8, 2026
Copilot AI requested a review from j7nw4r January 8, 2026 15:14
@j7nw4r
Copy link
Member

j7nw4r commented Jan 8, 2026

@copilot Also add me as an owner for service bus.

Copy link
Contributor Author

Copilot AI commented Jan 8, 2026

@copilot Also add me as an owner for service bus.

Done! Added Service Bus code ownership in commit 4b17db9.

Copilot AI changed the title Add @j7nw4r as code owner for Event Hubs SDK Add @j7nw4r as code owner for Event Hubs and Service Bus SDKs Jan 8, 2026
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.

2 participants