-
-
Notifications
You must be signed in to change notification settings - Fork 276
update ownership on geolocation controller package to mobile platform #8496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,6 +64,7 @@ | |
|
|
||
| ## Mobile Platform Team | ||
| /packages/app-metadata-controller @MetaMask/mobile-platform | ||
| /packages/geolocation-controller @MetaMask/mobile-platform | ||
| /packages/analytics-controller @MetaMask/mobile-platform @MetaMask/extension-platform | ||
| /packages/analytics-data-regulation-controller @MetaMask/mobile-platform @MetaMask/extension-platform | ||
|
|
||
|
|
@@ -80,7 +81,6 @@ | |
| /packages/build-utils @MetaMask/core-platform | ||
| /packages/composable-controller @MetaMask/core-platform | ||
| /packages/connectivity-controller @MetaMask/core-platform | ||
| /packages/geolocation-controller @MetaMask/core-platform | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Package release CODEOWNERS entries not updated for new ownerMedium Severity The "Package Release related" section still assigns Additional Locations (1)Reviewed by Cursor Bugbot for commit 742501c. Configure here.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is true. We do still need entries for |
||
| /packages/controller-utils @MetaMask/core-platform | ||
| /packages/error-reporting-service @MetaMask/core-platform | ||
| /packages/eth-json-rpc-middleware @MetaMask/core-platform | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
teams.json not updated for ownership transfer
Medium Severity
The CODEOWNERS file explicitly states to keep it synchronized with
teams.json(line 4). The main CODEOWNERS section now assignsgeolocation-controllerto@MetaMask/mobile-platform, butteams.jsonstill maps"metamask/geolocation-controller"to"team-core-platform". This inconsistency means automated workflows usingteams.jsonwill still route issues to the wrong team.Reviewed by Cursor Bugbot for commit 742501c. Configure here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point.
teams.jsonis used within the workflow that automatically creates tickets when new major versions of packages are released. Can you update that file as well?