From 93d93f2d6c2c640fd72113d2bb4a14557584b382 Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Mon, 1 Dec 2025 10:25:46 -0800 Subject: [PATCH] Update CODEOWNERS to remove a reviewer (#1979) Removed @microsoft/debugpy-CodeReviewers from default owners. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7091b2aa..ee161875 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # in the repository, i.e. bar/baz will match /bar/baz and /foo/bar/baz. # The default owners for everything that is not overridden by specific patterns below. -* @microsoft/debugpy-CodeReviewers @microsoft/pyrx-admins +* @microsoft/pyrx-admins