Skip to content

Commit d16a5f7

Browse files
amitabh94imyugioh
andauthored
chore: rename Ramp Team to Money Movement Team (#8381)
## Explanation <!-- 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 changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk administrative change that only updates ownership mappings for `ramps-controller`; no runtime code paths are modified. > > **Overview** > Renames the owning group for `ramps-controller` from *Ramp Team* to **Money Movement Team**. > > Updates `.github/CODEOWNERS` and `teams.json` so reviews and automated workflows route `ramps-controller` (including its `package.json`/`CHANGELOG.md`) to `@MetaMask/money-movement` / `team-money-movement` instead of the previous ramp ownership. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7a918fa. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Yu-Gi-Oh! <54774811+imyugioh@users.noreply.github.com>
1 parent 5bb5d33 commit d16a5f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
/packages/ai-controllers @MetaMask/social-ai
4545
/packages/social-controllers @MetaMask/social-ai
4646

47-
## Ramp Team
48-
/packages/ramps-controller @MetaMask/ramp
47+
## Money Movement Team
48+
/packages/ramps-controller @MetaMask/money-movement
4949

5050
## Networks Team
5151
/packages/config-registry-controller @MetaMask/networks
@@ -177,8 +177,8 @@
177177
/packages/perps-controller/CHANGELOG.md @MetaMask/perps @MetaMask/core-platform
178178
/packages/phishing-controller/package.json @MetaMask/product-safety @MetaMask/core-platform
179179
/packages/phishing-controller/CHANGELOG.md @MetaMask/product-safety @MetaMask/core-platform
180-
/packages/ramps-controller/package.json @MetaMask/ramp @MetaMask/core-platform
181-
/packages/ramps-controller/CHANGELOG.md @MetaMask/ramp @MetaMask/core-platform
180+
/packages/ramps-controller/package.json @MetaMask/money-movement @MetaMask/core-platform
181+
/packages/ramps-controller/CHANGELOG.md @MetaMask/money-movement @MetaMask/core-platform
182182
/packages/profile-sync-controller/package.json @MetaMask/accounts-engineers @MetaMask/core-platform
183183
/packages/profile-sync-controller/CHANGELOG.md @MetaMask/accounts-engineers @MetaMask/core-platform
184184
/packages/selected-network-controller/package.json @MetaMask/wallet-integrations @MetaMask/core-platform

teams.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"metamask/multichain-account-service": "team-accounts-framework",
77
"metamask/account-tree-controller": "team-accounts-framework",
88
"metamask/profile-sync-controller": "team-accounts-framework",
9-
"metamask/ramps-controller": "team-ramp",
9+
"metamask/ramps-controller": "team-money-movement",
1010
"metamask/assets-controller": "team-assets",
1111
"metamask/assets-controllers": "team-assets",
1212
"metamask/network-enablement-controller": "team-assets",

0 commit comments

Comments
 (0)