From a56013cfaf675665056dbede2e55267f1f4007c7 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Thu, 19 Feb 2026 11:37:07 -0800 Subject: [PATCH] Fix CODEOWNERS syntax --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd05c34..af7c026 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # The codebase is owned by the Governance/Identity team at DFINITY # For questions, reach out to: / -@dfinity/governance @dfinity/identity +* @dfinity/governance @dfinity/identity