From c024a909f8333bab8d1e212fb2e40b8ff7bdbfd6 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Thu, 26 Mar 2020 13:42:06 -0700 Subject: [PATCH] Try * for codeowners instead --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 340f26e2..1f238834 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ -/ @jkotalik @rynowak @davidfowl \ No newline at end of file +* @jkotalik @rynowak @davidfowl