From a492aea371416a365202fcf780535d9f78dd7ab1 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon Date: Fri, 9 May 2025 16:49:10 -0400 Subject: [PATCH] Fix codeowners --- .github/CODEOWNERS | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 67deb89754..6b05d154ff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # DX docs/other/updates/release-notes/ @dfinity/dx -docs/building-apps/interact-with-canisters/agents/ @dfinity/dx -docs/building-apps/developer-tools/cdks/ @dfinity/dx +docs/building-apps/interact-with-canisters/agents/ @dfinity/dx @dfinity/editorial +docs/building-apps/developer-tools/cdks/ @dfinity/dx @dfinity/editorial # SDK submodules/sdk @dfinity/sdk @@ -15,30 +15,30 @@ submodules/sdk @dfinity/sdk submodules/motoko @dfinity/languages # FI -docs/defi/ @dfinity/finint +docs/defi/ @dfinity/finint @dfinity/editorial # Cross chain -docs/defi/chain-key-tokens/ @dfinity/cross-chain-team -docs/building-apps/chain-fusion/ @dfinity/cross-chain-team +docs/defi/chain-key-tokens/ @dfinity/cross-chain-team @dfinity/editorial +docs/building-apps/chain-fusion/ @dfinity/cross-chain-team @dfinity/editorial # ProdSec -docs/building-apps/best-practices/security/ @dfinity/product-security -docs/building-apps/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security -src/pages/security-advisories.tsx @dfinity/product-security +docs/building-apps/best-practices/security/ @dfinity/product-security @dfinity/editorial +docs/building-apps/best-practices/idempotency.mdx @dfinity/research @dfinity/product-security @dfinity/editorial +src/pages/security-advisories.tsx @dfinity/product-security @dfinity/editorial # Execution -docs/references/execution-errors.mdx @dfinity/execution -docs/building-apps/interact-with-canisters/advanced-calls.mdx @dfinity/execution -docs/building-apps/essentials/message-execution.mdx @dfinity/execution -docs/building-apps/network-features/simd.mdx @dfinity/execution -docs/building-apps/network-features/periodic-tasks-timers.mdx @dfinity/execution -docs/building-apps/canister-management/backtraces.mdx @dfinity/execution +docs/references/execution-errors.mdx @dfinity/execution @dfinity/editorial +docs/building-apps/interact-with-canisters/advanced-calls.mdx @dfinity/execution @dfinity/editorial +docs/building-apps/essentials/message-execution.mdx @dfinity/execution @dfinity/editorial +docs/building-apps/network-features/simd.mdx @dfinity/execution @dfinity/editorial +docs/building-apps/network-features/periodic-tasks-timers.mdx @dfinity/execution @dfinity/editorial +docs/building-apps/canister-management/backtraces.mdx @dfinity/execution @dfinity/editorial # Boundary Node -docs/building-apps/frontends/custom-domains/ @dfinity/boundary-node +docs/building-apps/frontends/custom-domains/ @dfinity/boundary-node @dfinity/editorial # Trust -docs/building-apps/network-features/using-http/http-certification/ @dfinity/trust +docs/building-apps/network-features/using-http/http-certification/ @dfinity/trust @dfinity/editorial # The Interface Specification docs/references/_attachments/certificates.cddl @dfinity/canister-os