Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
/sdk/durabletask/ @berndverst @cgillum @kaibocai @philliphoff @RyanLettieri @torosent

# PRLabel: %EngSys
/sdk/template/ @benbp @scbedd @danieljurek @weshaggard
/sdk/template/ @benbp @mikeharder @danieljurek

# PRLabel: %Evaluation
/sdk/evaluation/ @Azure/azure-sdk-write-evaluation
Expand Down Expand Up @@ -818,31 +818,31 @@
###########
# Eng Sys and other
###########
/eng/ @scbedd @danieljurek @weshaggard @benbp
/eng/ @danieljurek @mikeharder @benbp
/eng/common/ @Azure/azure-sdk-eng
/eng/tools/ @scbedd @danieljurek @mccoyp
/eng/tools/ @danieljurek @mccoyp
/.github/workflows/ @Azure/azure-sdk-eng
/.github/workflows/typespec-python-regenerate.yml @Azure/azure-sdk-eng @tadelesh @msyyc @iscai-msft @ChenxiJiang333
/.github/CODEOWNERS @lmazuel @xiangyan99 @kashifkhan @Azure/azure-sdk-eng
/.github/copilot-instructions.md @l0lawrence @praveenkuttappan @maririos
/.github/prompts/ @mccoyp @l0lawrence @benbp
/.github/skills/ @mccoyp @l0lawrence @benbp
/sdk/pullrequest.yml @scbedd @danieljurek @weshaggard @benbp
/sdk/pullrequest.yml @danieljurek @mikeharder @benbp

/.config/1espt/ @benbp @weshaggard
/.devcontainer/ @scbedd @danieljurek @mccoyp @benbp @weshaggard
/.vscode/ @scbedd @danieljurek @mccoyp @benbp @weshaggard
/.config/1espt/ @benbp @mikeharder
/.devcontainer/ @danieljurek @mccoyp @benbp @mikeharder
/.vscode/ @danieljurek @mccoyp @benbp @mikeharder

/scripts/ @scbedd @danieljurek @mccoyp
/scripts/ @danieljurek @mccoyp
/scripts/breaking_changes_checker/ @catalinaperalta
/doc/ @scbedd @danieljurek @Azure/azure-python-sdk
/conda/ @scbedd @danieljurek @xiangyan99 @lmazuel
/doc/ @danieljurek @Azure/azure-python-sdk
/conda/ @danieljurek @xiangyan99 @lmazuel

# Add owners for notifications for specific pipelines
/eng/pipelines/templates/jobs/tests-nightly-python.yml @lmazuel @mccoyp
/eng/pipelines/aggregate-reports.yml @lmazuel @mccoyp @pvaneck
/eng/common/pipelines/codeowners-linter.yml @lmazuel @mccoyp
/eng/pipelines/docindex.yml @danieljurek @scbedd @weshaggard @benbp
/eng/pipelines/docindex.yml @danieljurek @benbp

# Add approvers for typespec-python emitter version updates
/eng/emitter-package.json @mccoyp @catalinaperalta @iscai-msft @msyyc @ChenxiJiang333
Expand All @@ -851,8 +851,8 @@
# TypeSpec Python generated tests and regeneration workflow
/eng/tools/emitter/ @tadelesh @msyyc @iscai-msft @lmazuel @lirenhe @ChenxiJiang333

/pylintrc @l0lawrence @scbedd @danieljurek @mccoyp
/sdk/**/ci.yml @msyyc @lmazuel @scbedd @danieljurek
/pylintrc @l0lawrence @danieljurek @mccoyp
/sdk/**/ci.yml @msyyc @lmazuel @danieljurek

# Add Johnathan Walker as code owner for Event Hubs SDK
/sdk/eventhub/azure-eventhub/* @j7nw4r
Expand Down
Loading