From f7f6a84d9ae62fc46f11e13e8a774811ff93fb73 Mon Sep 17 00:00:00 2001 From: jamesthompson26-nhs Date: Tue, 26 Aug 2025 11:40:09 +0100 Subject: [PATCH 1/2] CCM-11412: New Groups --- .github/CODEOWNERS | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 39524f84f..304adfcfb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,12 +1,19 @@ # NHS Notify Code Owners -* @NHSDigital/nhs-notify-supplier-api -/.github/ @NHSDigital/nhs-notify-admins -*.code-workspace @NHSDigital/nhs-notify-admins +* @NHSDigital/nhs-notify-supplier-api + +/.github/ @NHSDigital/nhs-notify-supplier-api-admins +*.code-workspace @NHSDigital/nhs-notify-supplier-api-admins +/docs/ @NHSDigital/nhs-notify-supplier-api +/infrastructure/terraform/ @NHSDigital/nhs-notify-platform # Codeowners must be final check -/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners -/CODEOWNERS @NHSDigital/nhs-notify-code-owners +/.github/CODEOWNERS @NHSDigital/nhs-notify-code-owners +/CODEOWNERS @NHSDigital/nhs-notify-code-owners + +# Each NHS Notify repository should have clear code owners set. +# Do not use GitHub team names, instead use the GitHub usernames +# of the people who are responsible for the code maintenance. # This is a comment. # Each line is a file pattern followed by one or more owners. From 4d8e3a03f9cdf6a045e3570bc5722e1bce2c50cc Mon Sep 17 00:00:00 2001 From: jamesthompson26-nhs Date: Tue, 26 Aug 2025 11:42:22 +0100 Subject: [PATCH 2/2] CCM-11876: Codeowners