From 7235eccd19137ede93c51bdd4e707f71fa53b591 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Fri, 28 Feb 2025 14:47:28 +0530 Subject: [PATCH] chore: fix CODEOWNERS (#376) Change: - Remove requirement for an @openebs/org-maintainers member's review when merging non-policy documents. - Settings changes: - Mandate code owner approval - Ensure required approval is set to 1 Signed-off-by: Niladri Halder --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 78531ddd..2702c346 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # Default code owners -* @openebs/localpv-lvm-approvers @openebs/org-maintainers +* @openebs/localpv-lvm-approvers # CODEOWNERS file owners /.github/CODEOWNERS @openebs/org-maintainers