From d7d1c82b1fcdc682131c92e689c6613c00244f5c Mon Sep 17 00:00:00 2001 From: Sam Tyler Date: Thu, 1 May 2025 07:53:22 +0930 Subject: [PATCH 1/2] Fix codeowners file So that both disciplines have access. --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 288b2f8..0b548b4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,4 @@ .github/ @aligent/devops # Frontend and Microservices teams own everything else -* @aligent/frontends -* @aligent/microservices +* @aligent/frontends @aligent/microservices From c0f4fbd63626d818b6b1bcb8394cf7e4048aa2e8 Mon Sep 17 00:00:00 2001 From: Sam Tyler Date: Thu, 1 May 2025 08:01:59 +0930 Subject: [PATCH 2/2] Re-order codeowners file This puts the devops line last so that it doesn't get overwritten by the global line. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0b548b4..f11557e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ +# Frontend and Microservices teams own the code +* @aligent/frontends @aligent/microservices + # DevOps team owns the .github folder .github/ @aligent/devops - -# Frontend and Microservices teams own everything else -* @aligent/frontends @aligent/microservices