[Cases] - Add missing codeowners (#224163)

## Summary

add missing codeowners for file path
This commit is contained in:
Michael Olorunnisola 2025-06-18 12:05:26 -04:00 committed by GitHub
parent c50325a739
commit 6c0d67ea88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -918,7 +918,7 @@ x-pack/platform/plugins/shared/aiops @elastic/ml-ui
x-pack/platform/plugins/shared/alerting @elastic/response-ops
x-pack/platform/plugins/shared/apm_sources_access @elastic/obs-ux-infra_services-team
x-pack/platform/plugins/shared/automatic_import @elastic/security-scalability
x-pack/platform/plugins/shared/cases @elastic/response-ops
x-pack/platform/plugins/shared/cases @elastic/response-ops @elastic/kibana-cases
x-pack/platform/plugins/shared/cloud @elastic/kibana-core
x-pack/platform/plugins/shared/content_connectors @elastic/search-kibana
x-pack/platform/plugins/shared/dashboard_enhanced @elastic/kibana-presentation

View file

@ -2,7 +2,8 @@
"type": "plugin",
"id": "@kbn/cases-plugin",
"owner": [
"@elastic/response-ops"
"@elastic/response-ops",
"@elastic/kibana-cases"
],
"group": "platform",
"visibility": "shared",