From 0a35ca108779fa966cd30e8785cf95eb92c5cc17 Mon Sep 17 00:00:00 2001 From: Harry <409H@users.noreply.github.com> Date: Wed, 21 Aug 2024 21:34:34 +0100 Subject: [PATCH] Create CODEOWNERS Add product-safety as codeowners --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..eaf305a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +* @MetaMask/product-safety