From ae7c52afaa4affb3dd25b0b0ec35b84e31c53f72 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Tue, 26 Nov 2024 13:10:21 -0800 Subject: [PATCH] Update CODEOWNERS (#8076) # Description Combining two codeowners files into one, with root level pointing to the file under the `.github` directory. More context in https://github.com/radius-project/radius/issues/8074. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #8074 ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [ ] An overview of proposed schema changes is included in a linked GitHub issue. -- N/A - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. -- N/A - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. -- N/A - [ ] A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. -- N/A - [ ] A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. -- N/A - [ ] A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. -- N/A Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> --- .github/CODEOWNERS | 11 ++--------- CODEOWNERS | 3 +-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d85d91ebe8..54efb711bd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,2 @@ -# Documentation and examples for what this does: -# -# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners - -# This file is a list of rules, with the last rule being most specific -# All of the people (and only those people) from the matching rule will be notified - -# Default rule: anything that doesn't match a more specific rule goes here -* @radius-project/maintainers-radius @radius-project/approvers-radius \ No newline at end of file +# These owners are the maintainers and approvers of this repo +* @radius-project/maintainers-radius @radius-project/approvers-radius \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index 54efb711bd..4e008a6d17 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1 @@ -# These owners are the maintainers and approvers of this repo -* @radius-project/maintainers-radius @radius-project/approvers-radius \ No newline at end of file +# See the owners for this repo at .github/CODEOWNERS \ No newline at end of file