Skip to content

Commit bf2bbf0

Browse files
authored
chore: Update codeowners to remove MetaMask/core-platform from docs folder (#167)
This changes `CODEOWNERS` so `MetaMask/core-platform` owns everything, except the `docs` folder. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk because it only changes review ownership rules and does not affect runtime behavior or shipped code. > > **Overview** > Adjusts `.github/CODEOWNERS` to keep `@MetaMask/core-platform` as the default owner for `*`, but explicitly excludes `/docs` so it has no specific code owner. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9a50ce4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 70ced63 commit bf2bbf0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
# Each line is a file pattern followed by one or more owners.
33

44
* @MetaMask/core-platform
5+
6+
# Docs folder is not owned by any specific team.
7+
/docs

0 commit comments

Comments
 (0)