Skip to content

Commit

Permalink
Update asset_manager plugin owner (#153560)
Browse files Browse the repository at this point in the history
## Summary

Changes the owner for the new asset_manager plugin to be a proper team.
  • Loading branch information
jasonrhodes authored Mar 23, 2023
1 parent fb67e5a commit 3456ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages/kbn-apm-synthtrace-client @elastic/apm-ui
packages/kbn-apm-utils @elastic/apm-ui
test/plugin_functional/plugins/app_link_test @elastic/kibana-core
x-pack/test/usage_collection/plugins/application_usage_test @elastic/kibana-core
x-pack/plugins/asset_manager @jasonrhodes
x-pack/plugins/asset_manager @elastic/infra-monitoring-ui
x-pack/test/security_api_integration/plugins/audit_log @elastic/kibana-security
packages/kbn-axe-config @elastic/kibana-qa
packages/kbn-babel-preset @elastic/kibana-operations
Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/asset_manager/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "plugin",
"id": "@kbn/assetManager-plugin",
"owner": "@jasonrhodes",
"owner": "@elastic/infra-monitoring-ui",
"description": "Asset manager plugin for entity assets (inventory, topology, etc)",
"plugin": {
"id": "assetManager",
Expand All @@ -18,4 +18,4 @@
"requiredBundles": [
]
}
}
}

0 comments on commit 3456ddd

Please sign in to comment.