Skip to content

Commit

Permalink
Update CODEOWNERS for @kbn/typed-react-router-config (elastic#198569)
Browse files Browse the repository at this point in the history
Removes obs-ux-management and replaces with obx-ux-infra_services-team,
based on this count of imports for this package:

```
   4 observability_ai_assistant_app
  38 apm
   1 ux
  12 profiling
   5 inventory
   5 observability_ai_assistant_management
```

Got these stats with these two steps:

```sh
ag -Q "@kbn/typed-react-router-config" --ignore="*target*" --ignore="*tsconfig.json" -c ./x-pack/plugins | tee typed-react-router-config-USAGE.log

cat typed-react-router-config-USAGE.log | cut -d "/" -f 4-4 | uniq -c
```

---------

Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2024
1 parent 9efe20e commit 2de0e05
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 @@ -954,7 +954,7 @@ packages/kbn-triggers-actions-ui-types @elastic/response-ops
packages/kbn-try-in-console @elastic/search-kibana
packages/kbn-ts-projects @elastic/kibana-operations
packages/kbn-ts-type-check-cli @elastic/kibana-operations
packages/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-management-team
packages/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
packages/kbn-ui-actions-browser @elastic/appex-sharedux
x-pack/examples/ui_actions_enhanced_examples @elastic/appex-sharedux
src/plugins/ui_actions_enhanced @elastic/appex-sharedux
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-typed-react-router-config/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "shared-common",
"id": "@kbn/typed-react-router-config",
"owner": ["@elastic/obs-knowledge-team", "@elastic/obs-ux-management-team"]
"owner": ["@elastic/obs-knowledge-team", "@elastic/obs-ux-infra_services-team"]
}

0 comments on commit 2de0e05

Please sign in to comment.