ensure all kibana.json files have owners and they are consistent (#109731) (#109969)

Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-08-24 19:48:18 -04:00 committed by GitHub
parent dd8866cf9f
commit 276824ae5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"id": "apmOss",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
"githubTeam": "apm-ui"
},
"version": "8.0.0",
"server": true,

View file

@ -2,7 +2,7 @@
"id": "apm",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
"githubTeam": "apm-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",

View file

@ -2,7 +2,7 @@
"id": "observability",
"owner": {
"name": "Observability UI",
"gitHubTeam": "observability-ui"
"githubTeam": "observability-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",