From b2d3f492ec2ffdca92459d8d25ac46b278fa6467 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 22 Jul 2024 15:25:37 +0200 Subject: [PATCH] chore(CODEOWNERS): Update with new team (#15) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..2ad99bd49a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +* @prowler-cloud/ui + +# 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/ui