diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e4404550cf..1456dd8e0b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,14 @@ -# These owners will be the default owners for everything in -# the repo. Unless a later match takes precedence, -# these will be requested for review when someone opens a pull request. -* @grafana/plugins-platform-frontend @grafana/plugins-platform-backend \ No newline at end of file +# These default owners will match all PRs unless a later match takes precedence. +* @grafana/plugins-platform-frontend @grafana/grafana-frontend-platform + +/packages/create-plugin @grafana/grafana-frontend-platform +/packages/eslint-plugin-plugins @grafana/plugins-platform-frontend +/packages/plugin-docs-renderer @grafana/plugins-platform-frontend +/packages/plugin-e2e @grafana/plugins-platform-frontend +/packages/plugin-meta-extractor +/packages/plugin-types-bundler @grafana/plugins-platform-frontend +/packages/react-detect @grafana/grafana-frontend-platform +/packages/tsconfig @grafana/grafana-frontend-platform + +/docusaurus/website @grafana/grafana-frontend-platform +/docusuarus/docs @grafana/grafana-frontend-platform @grafana/docs-squad