Update kbn-flot-charts codeowners (#193351)

As best I can tell this was default assigned to operations during a
large refactor - https://github.com/elastic/kibana/pull/138965.

Operations is mostly disconnected from the UI. I'm proposing
transferring this over to area teams where flot is in use - stack
monitoring, canvas, and timelion.
This commit is contained in:
Jon 2024-09-25 11:34:36 -05:00 committed by GitHub
parent 6c291b8af2
commit 17455d8874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -476,7 +476,7 @@ src/plugins/files_management @elastic/appex-sharedux
src/plugins/files @elastic/appex-sharedux
packages/kbn-find-used-node-modules @elastic/kibana-operations
x-pack/plugins/fleet @elastic/fleet
packages/kbn-flot-charts @elastic/kibana-operations
packages/kbn-flot-charts @elastic/kibana-presentation @elastic/stack-monitoring
x-pack/test/ui_capabilities/common/plugins/foo_plugin @elastic/kibana-security
packages/kbn-formatters @elastic/obs-ux-logs-team
src/plugins/ftr_apis @elastic/kibana-core

View file

@ -1,5 +1,5 @@
{
"type": "shared-common",
"id": "@kbn/flot-charts",
"owner": "@elastic/kibana-operations"
"owner": ["@elastic/kibana-presentation", "@elastic/stack-monitoring"]
}