8000 Update CODEOWNERS file to reduce noise by adityapatwardhan · Pull Request #9547 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
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
23 changes: 10 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# First, let's start with areas with no filters or paths

# Area: Performance
# @adityapatwardhan
# @adityapatwardhan

# Area: Portability
# @BrucePay @JamesWTruher
# @JamesWTruher

# Area: Security
# @TravisEz13 @PaulHigin
Expand All @@ -19,7 +19,7 @@
# @JamesWTruher @TravisEz13 @adityapatwardhan

# Area: Cmdlets Core
# @JamesWTruher @SteveL-MSFT @anmenaga @chunqingchen
# @JamesWTruher @SteveL-MSFT @anmenaga

# Now, areas that should have paths or filters, although we might not have them defined
# According to the docs, order here must be by precedence of the filter, with later rules overwritting
Expand All @@ -41,29 +41,26 @@ demos/ @joeyaiello @SteveL-MSFT @Hem
src/System.Management.Automation/DscSupport @TravisEz13 @SteveL-MSFT

# Area: Engine
src/System.Management.Automation/engine @daxian-dbw @BrucePay
# src/System.Management.Automation/engine @daxian-dbw

# Area: Debugging
# Must be below engine to override
src/System.Management.Automation/engine/debugger/ @BrucePay @PaulHigin
src/System.Management.Automation/engine/debugger/ @PaulHigin

# Area: Help
src/System.Management.Automation/help @Francisco-Gamino @adityapatwardhan
src/System.Management.Automation/help @adityapatwardhan

# Area: Intellisense
# @daxian-dbw @charub
# @daxian-dbw

# Area: Language
src/System.Management.Automation/engine/parser @daxian-dbw @BrucePay
src/System.Management.Automation/engine/parser @daxian-dbw

# Area: Providers
src/System.Management.Automation/namespaces @BrucePay @anmenaga
src/System.Management.Automation/namespaces @anmenaga

# Area: Remoting
src/System.Management.Automation/engine/remoting @mirichmo @PaulHigin

# Area: Side-By-Side
# @mirichmo @charub
src/System.Management.Automation/engine/remoting @PaulHigin

# Areas: Build
# Must be last
Expand Down
0