mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution] Fix security-solution storybook package codeowners (#153307)
## Summary
The owner of the security-solution/storybook package was incorrectly set
to `appex-sharedux` (sorry, copy/pasta 🍝 mistake)
Changed to `security-threat-hunting-explore`
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
b665651326
commit
4f909916a7
2 changed files with 2 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -531,7 +531,7 @@ x-pack/plugins/security @elastic/kibana-security
|
|||
x-pack/test/cases_api_integration/common/plugins/security_solution @elastic/response-ops
|
||||
x-pack/plugins/security_solution @elastic/security-solution
|
||||
packages/security-solution/side_nav @elastic/security-threat-hunting-explore
|
||||
packages/security-solution/storybook/config @elastic/appex-sharedux
|
||||
packages/security-solution/storybook/config @elastic/security-threat-hunting-explore
|
||||
x-pack/test/security_functional/plugins/test_endpoints @elastic/kibana-security
|
||||
packages/kbn-securitysolution-autocomplete @elastic/security-solution-platform
|
||||
packages/kbn-securitysolution-ecs @elastic/security-threat-hunting-explore
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/security-solution-storybook-config",
|
||||
"owner": "@elastic/appex-sharedux"
|
||||
"owner": "@elastic/security-threat-hunting-explore"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue