Skip to content

Commit

Permalink
chore: Update CODEOWNERS to remove owner from some files
Browse files Browse the repository at this point in the history
The CODEOWNERS file has been updated to remove owners from key files
that are frequently updated by multiple teams.

Additionally, a few more files have been unassigned because they're
managed as part of the release process, and there are no risks with
teams updating them in PRs.
  • Loading branch information
Gudahtt committed Dec 4, 2024
1 parent 95301f4 commit 0e8740e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Lines starting with '#' are comments.

# GUIDELINES:
# Each line is a file pattern followed by one or more owners.
# Owners bear a responsibility to the organization and the users of this
# application. Repository administrators have the ability to merge pull
Expand All @@ -7,8 +9,23 @@
# follows all policies or without full understanding of the impact of
# those changes on build, release and publishing outcomes.

# All files are owned by extension platform by default.
* @MetaMask/extension-platform
development/ @MetaMask/extension-platform

# These files/directories are intentionally left unassigned because they are
# reviewed/checked during the release process:
attribution.txt
CHANGELOG.md

# These files/directories are intentionally left unassigned because they are
# changed frequently by many teams:
coverage.json
package.json
yarn.lock
app/scripts/metamask-controller.js

# LavaMoat policy changes are reviewed by either the extension platform team or
# the supply chain team.
lavamoat/ @MetaMask/extension-platform @MetaMask/supply-chain

# The offscreen.ts script file that is included in the offscreen document html
Expand Down

0 comments on commit 0e8740e

Please sign in to comment.