mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
rename codeowners from shared-ux to global-experience (#144746)
https://github.com/elastic/kibana/pull/144326 attempted to change the owners for packages, but because of a misconfiguration in CI the correct codeowners file wasn't determined until after the PR was merged. This fixed the issue by modifying the kibana.jsonc files of the packages to use the correct owner, which then ends up in the codeowners file. Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
4107da864c
commit
7058e1fb55
45 changed files with 88 additions and 88 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/home-sample-data-card",
|
||||
"owner": "@elastic/shared-ux",
|
||||
"owner": "@elastic/kibana-global-experience",
|
||||
"runtimeDeps": [],
|
||||
"typeDeps": []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue