[8.x] [Obs UX Management] Migrate leftover code owner !! (#203814) (#203997)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Obs UX Management] Migrate leftover code owner !!
(#203814)](https://github.com/elastic/kibana/pull/203814)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2024-12-11T19:08:52Z","message":"[Obs
UX Management] Migrate leftover code owner !! (#203814)\n\n##
Summary\r\n\r\nMigrate leftover code owner
!!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"37e107e1dcfb5046882224905e85e4251422eb40","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"number":203814,"url":"https://github.com/elastic/kibana/pull/203814","mergeCommit":{"message":"[Obs
UX Management] Migrate leftover code owner !! (#203814)\n\n##
Summary\r\n\r\nMigrate leftover code owner
!!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"37e107e1dcfb5046882224905e85e4251422eb40"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203814","number":203814,"mergeCommit":{"message":"[Obs
UX Management] Migrate leftover code owner !! (#203814)\n\n##
Summary\r\n\r\nMigrate leftover code owner
!!\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"37e107e1dcfb5046882224905e85e4251422eb40"}}]}]
BACKPORT-->
This commit is contained in:
Shahzad 2024-12-17 20:32:39 +01:00 committed by GitHub
parent 7b31a48940
commit 0bdde5725d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
.github/CODEOWNERS vendored
View file

@ -1010,7 +1010,7 @@ x-pack/test/security_api_integration/plugins/user_profiles_consumer @elastic/kib
packages/kbn-utility-types @elastic/kibana-core
packages/kbn-utility-types-jest @elastic/kibana-operations
packages/kbn-utils @elastic/kibana-operations
x-pack/solutions/observability/plugins/ux @elastic/obs-ux-infra_services-team
x-pack/solutions/observability/plugins/ux @elastic/obs-ux-management-team
examples/v8_profiler_examples @elastic/response-ops
packages/kbn-validate-next-docs-cli @elastic/kibana-operations
src/plugins/vis_default_editor @elastic/kibana-visualizations

View file

@ -2,7 +2,7 @@
"type": "plugin",
"id": "@kbn/ux-plugin",
"owner": [
"@elastic/obs-ux-infra_services-team"
"@elastic/obs-ux-management-team"
],
"group": "observability",
"visibility": "private",
@ -46,4 +46,4 @@
"maps"
]
}
}
}