From ffa4db811e0ccfb832cf9dfe146c474a4e4302bd Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Fri, 3 Apr 2026 10:46:49 -0400 Subject: [PATCH] Add CODEOWNERS file based on OWNERS approvers This adds a CODEOWNERS file to automatically request reviews from the approvers listed in the OWNERS file. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy Signed-off-by: Tiger Kaovilai --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..8b2865656 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS - Code ownership for hypershift-oadp-plugin +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# Each line is a file pattern followed by one or more owners. + +* @enxebre @csrwng @sjenning @muraee @bryan-cox @jparrill @celebdor @kaovilai