From 43f79663d9d77f93f7438e24cf40f1f763f29d05 Mon Sep 17 00:00:00 2001 From: Jon Young Date: Mon, 22 Jul 2024 02:43:50 -0400 Subject: [PATCH] chore(CODEOWNERS): Update for team name change (#16) * chore(CODEOWNERS): update CODEOWNERS * chore(CODEOWNERS): update CODEOWNERS * chore(CODEOWNERS): update CODEOWNERS --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5a1a345b10..087ce7daa0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,5 @@ -*.* @prowler-cloud/restful-api +* @prowler-cloud/api + +# To protect a repository fully against unauthorized changes, you also need to define an owner for the CODEOWNERS file itself. +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-and-branch-protection +/.github/ @prowler-cloud/api