diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2cfff3ee82e..6692cb37e1b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,7 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. -* @MetaMask/devs - -/packages/permission-controller @MetaMask/snaps-devs -/packages/notification-controller @MetaMask/snaps-devs -/packages/rate-limit-controller @MetaMask/snaps-devs +* @MetaMask/extension-devs @MetaMask/mobile-devs @MetaMask/shared-libraries-engineers +/packages/permission-controller @MetaMask/snaps-devs @MetaMask/shared-libraries-engineers +/packages/notification-controller @MetaMask/snaps-devs @MetaMask/shared-libraries-engineers +/packages/rate-limit-controller @MetaMask/snaps-devs @MetaMask/shared-libraries-engineers