From c7365f24d3665c4e6c6c004852b7dd5f9147102d Mon Sep 17 00:00:00 2001 From: Nika Siradze Date: Fri, 22 May 2026 12:50:59 +0400 Subject: [PATCH] chore: add CODEOWNERS to route PR reviews Adds @nmbrthirteen as default code owner for every path. Future trusted contributors will be added alongside, and the branch protection rule for main will be updated to require code-owner approval once a second maintainer exists. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..11a7796 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# podcli code owners +# Lines added here are auto-requested for review on PRs touching matching paths. +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-security/customizing-your-repository/about-code-owners +# +# Every PR is reviewed by @nmbrthirteen until additional maintainers are promoted. +# Promote a trusted contributor by adding them here (and granting Write access in +# Settings → Collaborators); from then on either reviewer can approve. + +* @nmbrthirteen