Skip to content
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

Give CODEOWNERS file an owner in CODEOWNERS #23489

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Changes from 1 commit
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
27 changes: 14 additions & 13 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# PRLabel: %Internal
/sdk/internal/ @chlowell @jhendrixMSFT @richardpark-msft @rickwinter

# AzureSDKOwners: @jhendrixMSFT
# AzureSDKOwners: @jhendrixMSFT
# ServiceLabel: %App Configuration
# PRLabel: %App Configuration
/sdk/data/azappconfig/ @jhendrixMSFT @rickwinter
Expand Down Expand Up @@ -89,18 +89,6 @@
# PRLabel: %OpenTelemetry
/sdk/tracing/azotel @jhendrixMSFT @rickwinter

###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/eng/common/ @Azure/azure-sdk-eng
/.github/workflows/ @Azure/azure-sdk-eng
/eng/config.json @richardpark-msft @jhendrixMSFT @rickwinter @chlowell @gracewilcox
/.config/1espt/ @benbp @weshaggard

# Add owners for notifications for specific pipelines
/eng/common/pipelines/codeowners-linter.yml @rickwinter

# Add owners for go sdk tool
/eng/tools/generator @ArcturusZhang @lirenhe @tadelesh @raych1
/eng/tools/internal @ArcturusZhang @lirenhe @tadelesh @raych1
JimSuplizio marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -626,3 +614,16 @@

# ServiceLabel: %Consumption - RIandShowBack
#/<NotInRepo>/ @ccmshowbackdevs

###########
# Eng Sys
###########
/eng/ @benbp @weshaggard
/eng/common/ @Azure/azure-sdk-eng
/eng/config.json @richardpark-msft @jhendrixMSFT @rickwinter @chlowell @gracewilcox
/.config/1espt/ @benbp @weshaggard
/.github/workflows/ @Azure/azure-sdk-eng
/.github/CODEOWNERS @rickwinter @sandeep-sen @Azure/azure-sdk-eng

# Add owners for notifications for specific pipelines
/eng/common/pipelines/codeowners-linter.yml @rickwinter