From 0070816564a86d372c5402edb03ac5b7f510188a Mon Sep 17 00:00:00 2001 From: Oisin Grehan Date: Sat, 6 Sep 2025 13:43:50 -0400 Subject: [PATCH] add @oising as powershell owner --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 5c9b621d8..c32d9c0e5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -131,3 +131,9 @@ /examples/opentelemetry-collector/ @martinjt /src/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector/ @martinjt /tests/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector.Tests/ @martinjt + +# CommunityToolkit.Aspire.Hosting.PowerShell + +/src/CommunityToolkit.Aspire.Hosting.PowerShell/ @oising +/tests/CommunityToolkit.Aspire.Hosting.PowerShell.Tests/ @oising +/examples/powershell/ @oising