[Serverless Search] update codeowner for serverless-search (#157434)

## Summary

Updated the code owner entry for `x-pack/plugins/serverless_search` from
`@elastic/appex-sharedux` to `@elastic/enterprise-search-frontend`

The Enterprise Search team will be owning the development of the
serverless search solution and we will need to be the ones reviewing PRs
within the team.
This commit is contained in:
Rodney Norris 2023-05-15 17:24:06 -05:00 committed by GitHub
parent 9aa186e91c
commit b9f05dffd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -578,7 +578,7 @@ packages/kbn-server-route-repository @elastic/apm-ui
x-pack/plugins/serverless @elastic/appex-sharedux
x-pack/plugins/serverless_observability @elastic/appex-sharedux
packages/serverless/project_switcher @elastic/appex-sharedux
x-pack/plugins/serverless_search @elastic/appex-sharedux
x-pack/plugins/serverless_search @elastic/enterprise-search-frontend
x-pack/plugins/serverless_security @elastic/security-solution
packages/serverless/storybook/config @elastic/appex-sharedux
packages/serverless/types @elastic/appex-sharedux

View file

@ -1,7 +1,7 @@
{
"type": "plugin",
"id": "@kbn/serverless-search",
"owner": "@elastic/appex-sharedux",
"owner": "@elastic/enterprise-search-frontend",
"description": "Serverless customizations for search.",
"plugin": {
"id": "serverlessSearch",