From 34df35370d2829d604a416d7c0dae13236c1c292 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 5 May 2026 16:11:49 -0500 Subject: [PATCH] update owners Signed-off-by: Steven Borrelli --- CODEOWNERS | 8 ++++++++ OWNERS.md | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 CODEOWNERS create mode 100644 OWNERS.md diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..bae7098 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# CODEOWNERS +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# +# These owners will be the default owners for everything in the repo. +# Unless a later match takes precedence, they will be requested for +# review when someone opens a pull request. + +* @stevendborrelli @humoflife diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 0000000..4df8f37 --- /dev/null +++ b/OWNERS.md @@ -0,0 +1,19 @@ + + +# OWNERS + +This page lists all maintainers for **this** repository. Each repository in the +[Crossplane organization](https://github.com/crossplane/) will list their +repository maintainers in their own `OWNERS.md` file. + +## Maintainers + +* Steven Borrelli ([stevendborrelli](https://github.com/stevendborrelli)) +* Jason Tang ([jastang](https://github.com/jastang)) + +See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment. +