From bf0cd56d19e704e750a39be4ba3b9ff14cc4ebf7 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Tue, 28 Apr 2026 14:54:08 +0200 Subject: [PATCH 1/2] =?UTF-8?q?infra(repo):=20add=20CODEOWNERS=20=E2=80=94?= =?UTF-8?q?=20assign=20@dfinity/dx=20as=20default=20reviewer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5214e656 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# All files are owned by the DX team. +# At least one DX team member must approve every PR before it can be merged. +# marc0olo and raymondk are configured as bypass actors in the branch ruleset +# and can merge without a separate review. +* @dfinity/dx From 2c40384d355dd3371bde1cf0c88830c9ad0e2359 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Tue, 28 Apr 2026 15:03:57 +0200 Subject: [PATCH 2/2] =?UTF-8?q?infra(repo):=20update=20CODEOWNERS=20commen?= =?UTF-8?q?t=20=E2=80=94=20dx=20team=20is=20bypass=20actor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5214e656..dbd77efd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,5 @@ # All files are owned by the DX team. # At least one DX team member must approve every PR before it can be merged. -# marc0olo and raymondk are configured as bypass actors in the branch ruleset -# and can merge without a separate review. +# DX team members are also configured as bypass actors in the branch ruleset +# and can merge their own PRs without a separate review. * @dfinity/dx