From a97bf4271d54898ca7f2447d2308fad1ebb8968b Mon Sep 17 00:00:00 2001
From: Gus Eggert <gus@gus.dev>
Date: Mon, 10 Apr 2023 06:59:40 -0400
Subject: [PATCH] chore: set kubo-maintainers as default code owners (#9808)

---
 .github/CODEOWNERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5151ad178..7d17855e0 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -2,6 +2,9 @@
 # request that modifies code that they own. Code owners are not automatically
 # requested to review draft pull requests.
 
+# Default
+* @ipfs/kubo-maintainers 
+
 # HTTP Gateway
 core/corehttp/  @lidel
 test/sharness/*gateway*.sh  @lidel
-- 
GitLab