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

Restore Eng Sys rules in CODEOWNERS + assorted fixes #33309

Merged
merged 1 commit into from
Feb 8, 2023
Merged
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
41 changes: 19 additions & 22 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,13 @@
################
# As of 1/30/2023 these paths have no owners:

# /
# /**
konrad-jamrozik marked this conversation as resolved.
Show resolved Hide resolved
# /.devcontainer/
# /.vscode/
# /common/perf-test-score/
# /doc/
# /samples/

###########
# Eng Sys
###########
/eng/ @hallipr @weshaggard @benbp @JimSuplizio
/eng/code-quality-reports/ @mssfang @JonathanGiles
/eng/jacoco-test-coverage/ @srnagar @JonathanGiles
/eng/spotbugs-aggregate-report/ @srnagar @JonathanGiles
/eng/mgmt/ @weidongxu-microsoft @haolingdong-msft @XiaofeiCao @arthurma1978 @hallipr @weshaggard @benbp @JimSuplizio
/eng/versioning/ @alzimmermsft @samvaity @g2vinay @JimSuplizio
/eng/versioning/external_dependencies.txt @alzimmermsft @samvaity @g2vinay @jonathangiles @backwind1233 @chenrujun @hui1110 @netyyyy @saragluna @stliu @yiliuTo @moarychan @fangjian0423
/eng/bomgenerator/ @vcolin7 @alzimmermsft @srnagar @jonathangiles
/parent/ @alzimmermsft

/**/tests.yml @hallipr @JimSuplizio
/**/ci.yml @hallipr @JimSuplizio

# Add owners for notifications for specific pipelines
/eng/pipelines/aggregate-reports.yml @joshfree @jonathangiles

################
# Automation
################
Expand Down Expand Up @@ -175,10 +156,10 @@
/sdk/monitor/azure-monitor-opentelemetry-exporter/ @trask @ramthi @heyams @jeanbisutti

# PRLabel: %Monitor
/sdk/monitor/azure-monitor-query*/ @srnagar @lmolkova @ki1729
/sdk/monitor/azure-monitor-query*/ @srnagar @lmolkova @ki1729

# PRLabel: %Monitor
/sdk/monitor/azure-monitor-ingestion*/ @srnagar @lmolkova @ki1729
/sdk/monitor/azure-monitor-ingestion*/ @srnagar @lmolkova @ki1729

# PRLabel: %Mixed Reality Authentication
/sdk/mixedreality/azure-mixedreality-authentication/ @craigktreasure
Expand Down Expand Up @@ -784,3 +765,19 @@

# ServiceLabel: %DevCenter %Service Attention
#/<NotInRepo>/ @sebrenna @mharlan

################
# Eng Sys
################
/eng/ @hallipr @weshaggard @benbp @JimSuplizio
/eng/code-quality-reports/ @mssfang @JonathanGiles
/eng/jacoco-test-coverage/ @srnagar @JonathanGiles
/eng/spotbugs-aggregate-report/ @srnagar @JonathanGiles
/eng/mgmt/ @weidongxu-microsoft @haolingdong-msft @XiaofeiCao @arthurma1978 @hallipr @weshaggard @benbp @JimSuplizio
/eng/versioning/ @alzimmermsft @samvaity @g2vinay @JimSuplizio
/eng/versioning/external_dependencies.txt @alzimmermsft @samvaity @g2vinay @jonathangiles @backwind1233 @chenrujun @hui1110 @netyyyy @saragluna @stliu @yiliuTo @moarychan @fangjian0423
/eng/bomgenerator/ @vcolin7 @alzimmermsft @srnagar @jonathangiles
/parent/ @alzimmermsft

# Add owners for notifications for specific pipelines
/eng/pipelines/aggregate-reports.yml @joshfree @jonathangiles