From 6c2e1c1ddf254f3b4355499980bf42c3ab3eeb4e Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Fri, 11 Apr 2025 10:01:53 +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