Skip to content

Commit

Permalink
Adding ml-ui as file upload code owner (#189603)
Browse files Browse the repository at this point in the history
The ML team should be a code owner of the file upload plugin.
This [PR](#148130) removed them by
accident while removing duplicate entries.

---------

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
jgowdyelastic and kibanamachine authored Jul 31, 2024
1 parent 1144647 commit f52275c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ src/plugins/field_formats @elastic/kibana-data-discovery
packages/kbn-field-types @elastic/kibana-data-discovery
packages/kbn-field-utils @elastic/kibana-data-discovery
x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team
x-pack/plugins/file_upload @elastic/kibana-gis
x-pack/plugins/file_upload @elastic/kibana-gis @elastic/ml-ui
examples/files_example @elastic/appex-sharedux
src/plugins/files_management @elastic/appex-sharedux
src/plugins/files @elastic/appex-sharedux
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/file_upload/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "plugin",
"id": "@kbn/file-upload-plugin",
"owner": "@elastic/kibana-gis",
"owner": ["@elastic/kibana-gis", "@elastic/ml-ui"],
"description": "The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON.",
"plugin": {
"id": "fileUpload",
Expand Down

0 comments on commit f52275c

Please sign in to comment.