From 4f45ea96c46db378b37e0433a863d9d4c7dfca31 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:05:09 -0500 Subject: [PATCH 1/2] Update CODEOWNERS to include on-call members Added on-call members for .github and .devcontainer changes. Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b43b79f..81de408 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # These owners are the maintainers and approvers of this repo -* @radius-project/maintainers-docs @radius-project/approvers-docs \ No newline at end of file +* @radius-project/maintainers-docs @radius-project/approvers-docs + +# Allows on-call members to respond to changes in .github and .devcontainer folders +.github/*.yaml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs From ae7520158c44d8f85420f8e868dd2f0bc8a9d0f7 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:16:29 -0500 Subject: [PATCH 2/2] add yml files Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 81de408..0983236 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,6 @@ # These owners are the maintainers and approvers of this repo * @radius-project/maintainers-docs @radius-project/approvers-docs -# Allows on-call members to respond to changes in .github and .devcontainer folders -.github/*.yaml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs +# Allows on-call members to respond to changes in .github files +.github/*.yaml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs +.github/*.yml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs