Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
SPDX-FileCopyrightText: 2023 The Crossplane Authors <https://crossplane.io>

SPDX-License-Identifier: CC-BY-4.0
-->

# 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 <steven@upbound.io> ([stevendborrelli](https://github.com/stevendborrelli))
* Jason Tang <jasont@upbound.io> ([jastang](https://github.com/jastang))

See [CODEOWNERS](./CODEOWNERS) for automatic PR assignment.

Loading