From 8c4b504febfa1c0475f12e69fed6e0dce09d36ba Mon Sep 17 00:00:00 2001 From: manuraf Date: Mon, 6 Nov 2023 16:59:06 +0100 Subject: [PATCH] fix codeowners --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7c276e55d..3e6a4b0ff 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,10 +1,10 @@ # see https://help.github.com/en/articles/about-code-owners#example-of-a-codeowners-file # Default owner -/ @pagopa/selfcare-contributors +* @pagopa/selfcare-contributors # Code owner for the applications -/apps/onboarding-ms/ @@pagopa/selfcare-contributors -/apps/onboarding-functions/ @@pagopa/selfcare-contributors +/apps/onboarding-ms/* @pagopa/selfcare-contributors +/apps/onboarding-functions/* @pagopa/selfcare-contributors