From bfeb3b533e4809ab4e648c0b8f537c45550d6c2e Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 25 Aug 2025 07:50:12 -0600 Subject: [PATCH 1/2] Fix codeowners The @MetaMask/devs GitHub team was deprecated a long time ago; @MetaMask/engineering is the current team that encompasses all of MetaMask and contains more people. This commit corrects the codeowners for this repo accordingly. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 50bea7901..7fd0cc67f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. -* @MetaMask/devs +* @MetaMask/engineering From 8df428be4d60a4ed0beafb2ea8390cde0357096b Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Fri, 5 Sep 2025 07:19:36 -0600 Subject: [PATCH 2/2] Remove CODEOWNERS Rely on the permissions set on the repo level. --- .github/CODEOWNERS | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 7fd0cc67f..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -* @MetaMask/engineering