From 3ea0f368731f8918ce95eb1a747e89a29d9c1735 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Sun, 24 Jul 2022 13:23:13 -0500 Subject: [PATCH] Open up frontend PR reviews It's more difficult to get changes into the frontend on off hours (e.g weekend) due to the requirement. Since the backend lacks a symmetrical requirement, I figured it would be OK to lift the requirement for frontend too. As an added benefit, I think lifting the gate steps us closer to a more cross functional team. --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4ef291bec4b9a..e08c4c837911e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -site/ @coder/frontend docs/ @ammario