From 2ba7fd5a01fd698efc473334265dbf590b99894e Mon Sep 17 00:00:00 2001 From: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:58:30 -0700 Subject: [PATCH] chore(github): add CODEOWNERS to auto-request maintainer reviews (#848) --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..0d0124e11 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Code owners for openhuman. +# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-security/customizing-your-repository/about-code-owners +# +# The @tinyhumansai/maintainers team is requested for review on every PR. +# Team members must have at least "write" access on this repo for GitHub to +# honour the assignment. + +* @tinyhumansai/maintainers