Skip to content

Commit

Permalink
update CODEOWNERS, BUILD.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 21, 2022
1 parent bbdcf0e commit e653e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1059,4 +1059,6 @@ x-pack/packages/ml/agg_utils @elastic/ml-ui
x-pack/packages/ml/aiops_components @elastic/ml-ui
x-pack/packages/ml/aiops_utils @elastic/ml-ui
x-pack/packages/ml/is_populated_object @elastic/ml-ui
x-pack/packages/ml/nested_property @elastic/ml-ui
x-pack/packages/ml/string_hash @elastic/ml-ui
x-pack/packages/ml/url_state @elastic/ml-ui
4 changes: 2 additions & 2 deletions packages/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ filegroup(
"//x-pack/packages/ml/agg_utils:build",
"//x-pack/packages/ml/aiops_components:build",
"//x-pack/packages/ml/aiops_utils:build",
"//x-pack/packages/ml/nested_property:build",
"//x-pack/packages/ml/is_populated_object:build",
"//x-pack/packages/ml/nested_property:build",
"//x-pack/packages/ml/string_hash:build",
"//x-pack/packages/ml/url_state:build",
],
Expand Down Expand Up @@ -728,8 +728,8 @@ filegroup(
"//x-pack/packages/ml/agg_utils:build_types",
"//x-pack/packages/ml/aiops_components:build_types",
"//x-pack/packages/ml/aiops_utils:build_types",
"//x-pack/packages/ml/nested_property:build_types",
"//x-pack/packages/ml/is_populated_object:build_types",
"//x-pack/packages/ml/nested_property:build_types",
"//x-pack/packages/ml/string_hash:build_types",
"//x-pack/packages/ml/url_state:build_types",
],
Expand Down

0 comments on commit e653e12

Please sign in to comment.