Skip to content

Commit 1d2256e

Browse files
authored
chore: update CODEOWNERS with core-platform (#311)
<!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? Are there any issues or other links reviewers should consult to understand this pull request better? For instance: * Fixes #12345 * See: #67890 --> Updating CODEOWNERS file to swap `@MetaMask/wallet-framework-engineers` with `@MetaMask/core-platform`. ## Examples <!-- Are there any examples of this change being used in another repository? When considering changes to the MetaMask module template, it's strongly preferred that the change be experimented with in another repository first. This gives reviewers a better sense of how the change works, making it less likely the change will need to be reverted or adjusted later. -->
1 parent dd48931 commit 1d2256e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* @MetaMask/accounts-engineers
55

66
# Included for release purposes
7-
/package.json @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
8-
/yarn.lock @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
9-
/README.md @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
7+
/package.json @MetaMask/accounts-engineers @MetaMask/core-platform
8+
/yarn.lock @MetaMask/accounts-engineers @MetaMask/core-platform
9+
/README.md @MetaMask/accounts-engineers @MetaMask/core-platform
1010

11-
/packages/keyring-eth-hd @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
12-
/packages/keyring-eth-ledger-bridge @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
13-
/packages/keyring-eth-simple @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
14-
/packages/keyring-eth-trezor @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
15-
/packages/keyring-utils @MetaMask/accounts-engineers @MetaMask/wallet-framework-engineers
11+
/packages/keyring-eth-hd @MetaMask/accounts-engineers @MetaMask/core-platform
12+
/packages/keyring-eth-ledger-bridge @MetaMask/accounts-engineers @MetaMask/core-platform
13+
/packages/keyring-eth-simple @MetaMask/accounts-engineers @MetaMask/core-platform
14+
/packages/keyring-eth-trezor @MetaMask/accounts-engineers @MetaMask/core-platform
15+
/packages/keyring-utils @MetaMask/accounts-engineers @MetaMask/core-platform

0 commit comments

Comments
 (0)