Skip to content

Commit

Permalink
Core owns all plugins' kibana.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Dec 18, 2024
1 parent 9b0879c commit 9cb9e4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,14 @@ oas_docs/kibana.info.yaml @elastic/platform-docs

# Plugin manifests
/src/plugins/**/kibana.jsonc @elastic/kibana-core
/src/platform/plugins/shared/**/kibana.jsonc @elastic/kibana-core
/src/platform/plugins/private/**/kibana.jsonc @elastic/kibana-core
/x-pack/plugins/**/kibana.jsonc @elastic/kibana-core
/x-pack/platform/plugins/shared/**/kibana.jsonc @elastic/kibana-core
/x-pack/platform/plugins/private/**/kibana.jsonc @elastic/kibana-core
/x-pack//solutions/observability/plugins/**/kibana.jsonc @elastic/kibana-core
/x-pack//solutions/search/plugins/**/kibana.jsonc @elastic/kibana-core
/x-pack//solutions/security/plugins/**/kibana.jsonc @elastic/kibana-core

# Temporary Encrypted Saved Objects (ESO) guarding
# This additional code-ownership is meant to be a temporary precaution to notify the Kibana platform security team
Expand Down

0 comments on commit 9cb9e4e

Please sign in to comment.