8000 [release/v7.5] Update CODEOWNERS by pwshBot · Pull Request #25321 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

[release/v7.5] Update CODEOWNERS #25321

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

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
52 changes: 20 additions & 32 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,72 +6,60 @@
# Area: Performance
# @adityapatwardhan

# Area: Portability
# @JamesWTruher

# Area: Security
# @TravisEz13 @PaulHigin
src/System.Management.Automation/security/wldpNativeMethods.cs @TravisEz13 @PaulHigin

# Area: Documentation
.github/ @joeyaiello @TravisEz13
src/System.Management.Automation/security/wldpNativeMethods.cs @TravisEz13 @seeminglyscience

# Area: Test
# @JamesWTruher @TravisEz13 @adityapatwardhan

# Area: Cmdlets Core
# @JamesWTruher @SteveL-MSFT @anmenaga
# Area: CI Build
.github/workflows @PowerShell/powershell-maintainers
.github/actions @PowerShell/powershell-maintainers

# 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
# but the feature seems to make taking a union of all the matching rules.

# Area: Cmdlets Management
src/Microsoft.PowerShell.Commands.Management/ @daxian-dbw @adityapatwardhan
# src/Microsoft.PowerShell.Commands.Management/ @daxian-dbw @adityapatwardhan

# Area: Utility Cmdlets
src/Microsoft.PowerShell.Commands.Utility/ @JamesWTruher @PaulHigin
# src/Microsoft.PowerShell.Commands.Utility/

# Area: Console
src/Microsoft.PowerShell.ConsoleHost/ @daxian-dbw @anmenaga @TylerLeonhardt

# Area: Demos
demos/ @joeyaiello @SteveL-MSFT @HemantMahawar
# src/Microsoft.PowerShell.ConsoleHost/ @daxian-dbw

# Area: DSC
src/System.Management.Automation/DscSupport @TravisEz13 @SteveL-MSFT
# src/System.Management.Automation/DscSupport @TravisEz13 @SteveL-MSFT

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

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

# Area: Help
src/System.Management.Automation/help @adityapatwardhan
src/System.Management.Automation/help @adityapatwardhan @daxian-dbw

# Area: Intellisense
# @daxian-dbw

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

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

# Area: Remoting
src/System.Management.Automation/engine/remoting @PaulHigin
src/System.Management.Automation/engine/remoting @daxian-dbw @TravisEz13

# Areas: Build
# Must be last
*.config @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
*.props @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
*.yml @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
*.csproj @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
build.* @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
tools/ @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
docker/ @daxian-dbw @TravisEz13 @adityapatwardhan @anmenaga @PaulHigin
*.config @PowerShell/powershell-maintainers
*.props @PowerShell/powershell-maintainers
*.yml @PowerShell/powershell-maintainers
*.csproj @PowerShell/powershell-maintainers
build.* @PowerShell/powershell-maintainers
tools/ @PowerShell/powershell-maintainers
# docker/ @PowerShell/powershell-maintainers

# Area: Compliance
tools/terms @TravisEz13
Expand Down
0