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
10 changes: 6 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@
# Area: Security
# @TravisEz13 @PaulHigin @chunqingchen

# Now Areas that should have paths or filters, although we might not have them defined
# Order here must be by precedence of the filter
# Area: Documentation
*.md @joeyaiello @TravisEz13
# @joeyaiello @TravisEz13

# Area: Test
test/ @JamesWTruher @TravisEz13 @adityapatwardhan
# @JamesWTruher @TravisEz13 @adityapatwardhan

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

# 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

Expand Down