PowerShell/.github/CODEOWNERS
Reece Dunham c14d5dd67f Remove some of the last AppVeyor references (#8867)
This removes some of the last mentions of the AppVeyor name.  Don't change the title, we don't want the word to appear in the CLs
Also problem: the last references are in the changelogs but I don't want to modify them without committee approval.  

## PR Context  

it was removed, #8686
2019-02-19 12:44:00 -08:00

81 lines
2.5 KiB
Plaintext

# https://help.github.com/articles/about-codeowners/
# Areas are not limited to the filters defined in this file
# First, let's start with areas with no filters or paths
# Area: Performance
# @adityapatwardhan
# Area: Portability
# @BrucePay @JamesWTruher
# Area: Security
# @TravisEz13 @PaulHigin
# Area: Documentation
.github/ @joeyaiello @TravisEz13
# Area: Test
# @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
# Area: Utility Cmdlets
src/Microsoft.PowerShell.Commands.Utility/ @JamesWTruher @PaulHigin
# Area: Console
src/Microsoft.PowerShell.ConsoleHost/ @daxian-dbw @anmenaga
# Area: Demos
demos/ @joeyaiello @SteveL-MSFT @HemantMahawar
# Area: DSC
src/System.Management.Automation/DscSupport @TravisEz13 @SteveL-MSFT
# Area: Engine
src/System.Management.Automation/engine @daxian-dbw @BrucePay
# Area: Debugging
# Must be below engine to override
src/System.Management.Automation/engine/debugger/ @BrucePay @PaulHigin
# Area: Help
src/System.Management.Automation/help @Francisco-Gamino @adityapatwardhan
# Area: Intellisense
# @daxian-dbw @charub
# Area: Language
src/System.Management.Automation/engine/parser @daxian-dbw @BrucePay
# Area: Providers
src/System.Management.Automation/namespaces @BrucePay @anmenaga
# Area: Remoting
src/System.Management.Automation/engine/remoting @mirichmo @PaulHigin
# Area: Side-By-Side
# @mirichmo @charub
# 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
# Area: Compliance
tools/terms @TravisEz13
tools/credScan @TravisEz13