From 9f626f59662e8d73c29392d4a66808cc241a3b4b Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 11 Apr 2025 10:02:41 +0200 Subject: [PATCH] Add CODEOWNERS file With the new code ownership initiative, we're required to have ownership for all files in the repository. --- .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 0000000..c6511fd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @mongodb/dbx-ruby