mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
# Backport This will backport the following commits from `main` to `9.0`: - [[Cases] - Add missing codeowners (#224163)](https://github.com/elastic/kibana/pull/224163) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Michael Olorunnisola","email":"michael.olorunnisola@elastic.co"},"sourceCommit":{"committedDate":"2025-06-18T16:05:26Z","message":"[Cases] - Add missing codeowners (#224163)\n\n## Summary\n\nadd missing codeowners for file path","sha":"6c0d67ea8834fa68d19f232a655ed516a2092997","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Feature:Cases","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3","v8.17.8"],"title":"[Cases] - Add missing codeowners","number":224163,"url":"https://github.com/elastic/kibana/pull/224163","mergeCommit":{"message":"[Cases] - Add missing codeowners (#224163)\n\n## Summary\n\nadd missing codeowners for file path","sha":"6c0d67ea8834fa68d19f232a655ed516a2092997"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","9.0","8.18","8.17"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224163","number":224163,"mergeCommit":{"message":"[Cases] - Add missing codeowners (#224163)\n\n## Summary\n\nadd missing codeowners for file path","sha":"6c0d67ea8834fa68d19f232a655ed516a2092997"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
This commit is contained in:
parent
c1c70ea65d
commit
aa5b12683f
2 changed files with 3 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -877,7 +877,7 @@ x-pack/platform/plugins/shared/ai_infra/product_doc_base @elastic/appex-ai-infra
|
|||
x-pack/platform/plugins/shared/aiops @elastic/ml-ui
|
||||
x-pack/platform/plugins/shared/alerting @elastic/response-ops
|
||||
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/dashboard_enhanced @elastic/kibana-presentation
|
||||
x-pack/platform/plugins/shared/data_quality @elastic/obs-ux-logs-team
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"type": "plugin",
|
||||
"id": "@kbn/cases-plugin",
|
||||
"owner": [
|
||||
"@elastic/response-ops"
|
||||
"@elastic/response-ops",
|
||||
"@elastic/kibana-cases"
|
||||
],
|
||||
"group": "platform",
|
||||
"visibility": "shared",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue