From f74fda299dba611a33dd220d6fbfae9ab0c052e8 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Thu, 18 Dec 2025 17:14:33 -0800 Subject: [PATCH] Update CODEOWNERS Ensure no-one can add to owners other than myself as the official Google representative of this repo. --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5436e2cde..bc0b315d2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # Default owner * @aardappel @dbaileychess derekbailey@google.com + +# Prevent modification of this file +.github/CODEOWNERS @dbaileychess derekbailey@google.com