From b3b76ad14c798882dde297c5fa34ff932782fbe1 Mon Sep 17 00:00:00 2001 From: David McKay Date: Sun, 16 Aug 2026 20:18:58 -0700 Subject: [PATCH] Add Tyler and Mike as owners Two owners and a rule that nobody approves their own work means every change waits on one specific person being awake. Four makes the review a queue rather than a dependency, without widening who can land anything beyond the people who maintain this. --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 883e7182..5674d7bd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,7 +7,10 @@ # request and comment on one, which is the point of a public repository, and # can neither approve nor land it. # +# Nobody can approve their own pull request, so this list needs enough people +# that work does not stall when one of them is away. +# # Adding a name here grants both powers. Add people who know this codebase well # enough to say no. -* @davidmckayv @guidovizoso +* @davidmckayv @guidovizoso @tylerslaton @MikeRyanDev