From 66e9e6edbf5cd0904a6263df1f93bb3b7580ef21 Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Mon, 1 Dec 2025 10:10:37 -0800 Subject: [PATCH 1/2] Add pyrx-admins as code owners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fc45c872e..4202d3f9e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,3 +5,4 @@ # The default owners for everything that is not overridden by specific patterns below. * @microsoft/debugpy-CodeReviewers +* @microsoft/pyrx-admins From 2988c5fdcbbac80210d0e1983affcc501e509e9a Mon Sep 17 00:00:00 2001 From: Bill Schnurr Date: Mon, 1 Dec 2025 10:13:45 -0800 Subject: [PATCH 2/2] Combine CODEOWNERS entries into a single line --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4202d3f9e..7091b2aa2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,5 +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/debugpy-CodeReviewers @microsoft/pyrx-admins