From cd59be10a182b35de7b022026bd0114cb5005393 Mon Sep 17 00:00:00 2001 From: Ryan Harris Date: Mon, 22 Jul 2024 15:38:35 -0400 Subject: [PATCH 1/2] codeowners: dev-multicell owns migration guide this pr makes the @dev-multicell team codeowners of the public-facing migration documentation to ensure it reflects the current state of the migration tool (and its limitations). --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5e5371c4589..96b76509043 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ # Anything unmatched by selectors below * @dbt-labs/product-docs -# The blog +# The blog /website/blog @KiraFuruichi @@ -17,4 +17,6 @@ /website/docs/guides/building-packages @dbt-labs/product-docs @amychen1776 @dataders @dbeatty10 /website/docs/guides/creating-new-materializations @dbt-labs/product-docs @dataders @dbeatty10 - +# Require approval from the Multicell team when making +# changes to the public facing migration documentation. +/website/docs/docs/cloud/migration.md @dbt-labs/dev-multicell From fc927691f606feb58758ac02493a79d9a42fdea0 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:57:51 -0700 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96b76509043..8aaf0375007 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,10 +3,6 @@ # Anything unmatched by selectors below * @dbt-labs/product-docs -# The blog -/website/blog @KiraFuruichi - - # Adapter & Package Development Docs /website/docs/docs/supported-data-platforms.md @dbt-labs/product-docs @dataders /website/docs/reference/warehouse-setups @dbt-labs/product-docs @dataders