code-owners: allow bypassing for non-Googler rebases

Bug: b/285468101
Change-Id: I15aa0cc8d3ced920a35198f4b9b2e54c3795450d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/+/4582997
Reviewed-by: George Engelbrecht <engeg@google.com>
diff --git a/code-owners.config b/code-owners.config
index 28824d5..ff06e58 100644
--- a/code-owners.config
+++ b/code-owners.config
@@ -3,4 +3,7 @@
 	fallbackCodeOwners = ALL_USERS
 	disabledBranch = ^refs/heads/factory-.*$
 	enableCodeOwnerConfigFilesWithFileExtensions = true
-	enableStickyApprovals = true
\ No newline at end of file
+	enableStickyApprovals = true
+	# We use owners files that only Googlers have access to, so allow
+	# non-Googlers to bypass the check when e.g. rebasing.  b/285468101
+	canSkipCodeOwnerConfigValidation = true