From 741e691995a5039b90cec37b44b5527ab99e04d4 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 11 Apr 2025 10:23:35 +0200 Subject: [PATCH] Add CODEOWNERS for 1.21+ (#1810) With the new code ownership initiative, we're required to have ownership for all files in the repository. This adds the corresponding code ownership file from PHPLIB --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..067d4a1b3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @mongodb/dbx-php