Skip to content

Commit

Permalink
ensure all kibana.json files have owners and they are consistent (#10…
Browse files Browse the repository at this point in the history
…9731)

Co-authored-by: spalger <spalger@users.noreply.github.com>
  • Loading branch information
Spencer and spalger authored Aug 24, 2021
1 parent df14b22 commit 213abc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/apm_oss/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "apmOss",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
"githubTeam": "apm-ui"
},
"version": "8.0.0",
"server": true,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "apm",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
"githubTeam": "apm-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/observability/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "observability",
"owner": {
"name": "Observability UI",
"gitHubTeam": "observability-ui"
"githubTeam": "observability-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
Expand Down

0 comments on commit 213abc4

Please sign in to comment.