From 03e0f5d37b4235e4853de96922b1df3c737fe6fe Mon Sep 17 00:00:00 2001 From: Eng Zer Jun Date: Wed, 9 Apr 2025 02:20:42 +0800 Subject: [PATCH] docs: fix CODEOWNERS syntax Currently PRs are not being automatically requested for review because the CODEOWNERS file is missing a `*`. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 998d87b2b..954bc41cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@juruen @sammorrowdrums @williammartin @toby +* @juruen @sammorrowdrums @williammartin @toby